This email list is read-only. Emails sent to this list will be discarded ---------------------------------- plugins/wifi.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
New commits: commit 8a714e90ed686264d17e4eddd343c91075d10f27 Author: Marcel Holtmann <[email protected]> Date: Mon Dec 15 03:41:03 2008 +0100 Only connect known networks when in inactive state Diff in this email is a maximum of 400 lines. diff --git a/plugins/wifi.c b/plugins/wifi.c index b7eea7b..9cddb61 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -247,7 +247,7 @@ static void state_change(struct connman_element *device, } reconnect: - if (state == STATE_INACTIVE || state == STATE_DISCONNECTED) { + if (state == STATE_INACTIVE) { data->connected = FALSE; connect_known_networks(device); } _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
