aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/system/dbus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/dbus.go b/internal/system/dbus.go
index 551af1ce..3bed540a 100644
--- a/internal/system/dbus.go
+++ b/internal/system/dbus.go
@@ -36,7 +36,7 @@ func (sys *I) ProxyDBus(session, system *dbus.Config, sessionPath, systemPath st
}
// system bus is optional
- d.system = system == nil
+ d.system = system != nil
// upstream address, downstream socket path
var sessionBus, systemBus [2]string