Hi,

On Thu, 2015-01-15 at 12:16 -0800, Naveen Singh wrote:
> Sorry for the confusion. I am on 1.27 with some of our local changes.

Since we have no idea what your local changes are, we will not help you
any further with this bug. Please look into your own modifications
first.

>  @@ -2207,7 +2207,7 @@ static int network_connect(struct connman_network
> *network)
>          ret = g_supplicant_interface_connect(interface, ssid,
>                          connect_callback, network);
> 
>  -       if (ret < 0) {
>  +       if (ret < 0 && ret != -EINPROGRESS) {
>              connman_network_unref(network);
>          }
> 
> If you guys agree I can put a patch.

No thanks. If you'd look at the upsream code you would have noticed that
there is no unref at this point and the above patch will fail to apply.


Cheers,

        Patrik

_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to