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 703d0fbd2847af1b54313554e38c7a00fca64cf3 Author: Marcel Holtmann <[email protected]> Date: Mon Dec 22 10:20:03 2008 +0100 Don't start DHCP again after handshake Diff in this email is a maximum of 400 lines. diff --git a/plugins/wifi.c b/plugins/wifi.c index f72cdb8..f70f0b6 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -228,7 +228,7 @@ static void state_change(struct connman_element *device, if (element == NULL) goto reconnect; - if (state == STATE_COMPLETED) { + if (state == STATE_COMPLETED && data->connected == FALSE) { struct connman_element *dhcp; data->connected = TRUE; _______________________________________________ Commits mailing list [email protected] https://lists.moblin.org/mailman/listinfo/commits
