Re: [PATCH] gsupplicant: Remove duplicated interface assignment on GroupStarted

2014-08-07 Thread Tomasz Bursztyka

Hi Eduardo,

ACK

Left over from first patch-set and second patch-set.
Thanks,

Tomasz
___
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman


Re: [PATCH] gsupplicant: Remove duplicated interface assignment on GroupStarted

2014-08-07 Thread Patrik Flykt
On Wed, 2014-08-06 at 23:58 -0400, Eduardo Abinader wrote:
 Removing a previous interface assignment, although the correct value
 was assigned at last.

Applied, thanks!

Patrik

___
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman


[PATCH] gsupplicant: Remove duplicated interface assignment on GroupStarted

2014-08-06 Thread Eduardo Abinader
Removing a previous interface assignment, although the correct value
was assigned at last.
---
 gsupplicant/supplicant.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gsupplicant/supplicant.c b/gsupplicant/supplicant.c
index b8ad5a2..61cbd93 100644
--- a/gsupplicant/supplicant.c
+++ b/gsupplicant/supplicant.c
@@ -2844,7 +2844,6 @@ static void signal_group_started(const char *path, 
DBusMessageIter *iter)
if (!group)
return;
 
-   group-interface = interface;
group-interface = g_interface;
group-orig_interface = interface;
group-path = g_strdup(data.group_obj_path);
-- 
1.9.1

___
connman mailing list
connman@connman.net
https://lists.connman.net/mailman/listinfo/connman