Re: [PATCH] dundee Create ipconfig before setting index

2012-08-14 Thread Patrik Flykt
On fre, 2012-08-10 at 14:23 +0200, Daniel Wagner wrote: > From: Daniel Wagner > > Since connman_network_set_index() does not create magically the > ipconfig for us anymore, we need to create it inside set_connected(). Patch applied, thanks! Patrik _

[PATCH] dundee Create ipconfig before setting index

2012-08-10 Thread Daniel Wagner
From: Daniel Wagner Since connman_network_set_index() does not create magically the ipconfig for us anymore, we need to create it inside set_connected(). --- plugins/dundee.c | 8 1 file changed, 8 insertions(+) diff --git a/plugins/dundee.c b/plugins/dundee.c index 0dae0c9..b0c7b9f 10