Hi Patrik,

On Fri, Sep 02, 2011 at 01:34:49PM +0300, [email protected] wrote:
> @@ -1522,11 +1522,15 @@ int __connman_dnsproxy_add_listener(const char 
> *interface)
>       ifdata->udp_listener_watch = 0;
>       ifdata->tcp_listener_channel = NULL;
>       ifdata->tcp_listener_watch = 0;
> -     g_hash_table_insert(listener_table, ifdata->ifname, ifdata);
>  
>       err = create_listener(interface);
> -     if (err < 0)
> +     if (err < 0) {
> +             DBG("Couldn't create listener for %s, err %d", interface, err);
This should be a connman_error() and no ',' in your error string, please.

I fixed it up and applied this patch for you.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to