Hi,

On Mon, 2012-10-01 at 14:14 +0300, Tomasz Bursztyka wrote:
>  static GSList *driver_list = NULL;
> @@ -962,6 +964,10 @@ static struct connman_technology
> *technology_get(enum connman_service_type type)
>  
>         technology->refcount = 1;
>  
> +       technology->hardblocked = TRUE;
> +       if (type == CONNMAN_SERVICE_TYPE_ETHERNET)
> +               technology->hardblocked = FALSE;

Hmm, here it would look nicer if technology->hardblocked = TRUE would go
behind an else.

Cheers,

        Patrik


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

Reply via email to