summaryrefslogtreecommitdiffstats
path: root/input/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/server.c')
-rw-r--r--input/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/server.c b/input/server.c
index 003ce53b..9267e4aa 100644
--- a/input/server.c
+++ b/input/server.c
@@ -64,7 +64,7 @@ static void auth_callback(DBusError *derr, void *user_data)
if (derr) {
error("Access denied: %s", derr->message);
if (dbus_error_has_name(derr, DBUS_ERROR_NO_REPLY))
- service_cancel_auth(&auth->dst);
+ service_cancel_auth(&auth->src, &auth->dst);
input_device_close_channels(&auth->src, &auth->dst);
} else