diff --git a/machine1/dbus.go b/machine1/dbus.go index 49207ea..79c30ea 100644 --- a/machine1/dbus.go +++ b/machine1/dbus.go @@ -163,7 +163,7 @@ func (c *Conn) DescribeMachine(name string) (machineProps map[string]interface{} for key, val := range dbusProps { machineProps[key] = val.Value() } - return machineProps, nil + return } // KillMachine sends a signal to a machine