From 048c1957f136347826990513d198e58d049446cd Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 14 Oct 2025 01:48:56 +0900 Subject: helper/args: variadic check function This package turns out to be much less widely used than anticipated, and might be facing removal. This change makes test cases cleaner. Signed-off-by: Ophestra --- system/dbus/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/dbus/proxy.go') 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 } -- cgit v1.3.1