summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/server.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/network/server.c b/network/server.c
index b306242b..c7b2b778 100644
--- a/network/server.c
+++ b/network/server.c
@@ -327,7 +327,9 @@ static void cancel_authorization_old()
DBUS_TYPE_STRING, &uuid,
DBUS_TYPE_INVALID);
- send_message_and_unref(connection, msg);
+ dbus_connection_send(connection, msg, NULL);
+
+ dbus_message_unref(msg);
}
static int server_connadd(struct network_server *ns, int nsk,