summaryrefslogtreecommitdiffstats
path: root/network/connection.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-05 15:00:54 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-04-05 15:00:54 +0000
commita2ace90c14ede86b8179a930fb104de4aca93849 (patch)
tree38dd359fa3c8d41eed81accf072eaabff2277212 /network/connection.c
parent7a2733b957f458e8bc4d33a37f3d60aa05af67fd (diff)
Fix bug while disconnecting.
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);