From 5331a26b8a3c2d69d30a4334e023238db197080b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 16 Jan 2009 00:24:04 +0200 Subject: Don't use auth_required. New kernels still need explicit auth requested --- src/device.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/device.c b/src/device.c index dcd1b854..9c089eee 100644 --- a/src/device.c +++ b/src/device.c @@ -1552,12 +1552,7 @@ static gboolean create_bonding_io_cb(GIOChannel *io, GIOCondition cond, socklen_t len; int sk, dd, ret; - if (!device->bonding->auth_required) { - device->bonding->io_id = 0; - return FALSE; - } - - if (!device->bonding || !device->bonding->auth_required) { + if (!device->bonding) { g_io_channel_close(io); return FALSE; } -- cgit