host: forget to convert to uint64.
This commit is contained in:
parent
515398a6f6
commit
8f05d68a09
|
@ -67,7 +67,7 @@ func BootTime() (uint64, error) {
|
|||
return 0, err
|
||||
}
|
||||
|
||||
return boottime, nil
|
||||
return uint64(boottime), nil
|
||||
}
|
||||
|
||||
func Users() ([]UserStat, error) {
|
||||
|
|
Loading…
Reference in New Issue