summaryrefslogtreecommitdiffstats
path: root/network/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'network/connection.c')
-rw-r--r--network/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/connection.c b/network/connection.c
index 8f83c68e..4496f110 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -386,7 +386,7 @@ static DBusHandlerResult connection_disconnect(DBusConnection *conn,
DBusMessage *msg, void *data)
{
struct network_conn *nc = data;
- DBusMessage *reply, *signal;
+ DBusMessage *reply;
char addr[18];
if (!nc->up) {