From d6f0804e827a829edb7faef9ddbd53332c1ad8cb Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 6 May 2008 21:46:05 +0000 Subject: Fix bug that prevent bnep interfaces to come up on reconnection. --- network/connection.c | 1 + 1 file changed, 1 insertion(+) (limited to 'network/connection.c') diff --git a/network/connection.c b/network/connection.c index 6025984d..18f79130 100644 --- a/network/connection.c +++ b/network/connection.c @@ -90,6 +90,7 @@ static gboolean bnep_watchdog_cb(GIOChannel *chan, GIOCondition cond, DBUS_TYPE_INVALID); } info("%s disconnected", nc->dev); + bnep_if_down(nc->dev); nc->state = DISCONNECTED; memset(nc->dev, 0, 16); strncpy(nc->dev, prefix, strlen(prefix)); -- cgit