summaryrefslogtreecommitdiffstats
path: root/network/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'network/connection.c')
-rw-r--r--network/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/connection.c b/network/connection.c
index 03ee754d..610e1e84 100644
--- a/network/connection.c
+++ b/network/connection.c
@@ -458,7 +458,6 @@ static DBusHandlerResult connection_disconnect(DBusConnection *conn,
return DBUS_HANDLER_RESULT_HANDLED;
}
- close(nc->sk);
bnep_kill_connection(&nc->dst);
reply = dbus_message_new_method_return(msg);