Return int32 for uid

This commit is contained in:
sophia 2021-07-14 13:40:07 -05:00 committed by Paul Hinze
parent 0aa15c0759
commit 95c3e508c9
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -70,8 +70,7 @@ func (m *Machine) SetMachineState(state *core.MachineState) (err error) {
return
}
// UID implements core.Machine
func (m *Machine) UID() (userId int, err error) {
func (m *Machine) UID() (userId int32, err error) {
return
}