aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-03-26 17:43:18 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-03-26 17:43:18 +0200
commitdeba32768066a22f5d63df8001c4b99b5ea9c330 (patch)
tree7a0486f7b18c48fe6b5101796006ae1a49d13395 /src
parent17eba72c9316013b28049475aaeaee4af4de246b (diff)
downloadbluez-deba32768066a22f5d63df8001c4b99b5ea9c330.tar.gz
Remove invalid g_io_channel_shutdown call
Diffstat (limited to 'src')
-rw-r--r--src/device.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 3734c29e..447070c5 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1713,7 +1713,6 @@ static void create_bond_req_exit(DBusConnection *conn, void *user_data)
if (device->bonding) {
device->bonding->listener_id = 0;
- g_io_channel_shutdown(device->bonding->io, TRUE, NULL);
bonding_request_free(device->bonding, TRUE);
}
}