aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/dbus/proxy.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/dbus/proxy.go')
-rw-r--r--system/dbus/proxy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dbus/proxy.go b/system/dbus/proxy.go
index 385a8c7c..a3a60652 100644
--- a/system/dbus/proxy.go
+++ b/system/dbus/proxy.go
@@ -78,7 +78,7 @@ func Finalise(sessionBus, systemBus ProxyPair, session, system *hst.BusConfig) (
final = &Final{Session: sessionBus, System: systemBus}
- final.WriterTo, err = helper.NewCheckedArgs(args)
+ final.WriterTo, err = helper.NewCheckedArgs(args...)
if err != nil {
return
}