diff --git a/pkg/dbusutil/servicehost.go b/pkg/dbusutil/servicehost.go index d87546a1e9aef3062288fbdb5425c416992e1d04..ce7749cdd57e7c20e184cf346b1e4b72af4249a5 100644 --- a/pkg/dbusutil/servicehost.go +++ b/pkg/dbusutil/servicehost.go @@ -169,7 +169,7 @@ type svcRegistration struct { // DBusConn returns the bus connection object. func (reg *svcRegistration) DBusConn() *dbus.Conn { - var sh *ServiceHost = reg.ServiceHost + var sh = reg.ServiceHost return sh.conn }