Hi Leonardo,

On 20 March 2012 20:03, Leonardo Luiz Padovani da Mata
<[email protected]> wrote:
> diff --git a/src/resolver.c b/src/resolver.c
> index 29871e1..9a13623 100644
> --- a/src_patched/src/resolver.c
> +++ b/src_patched/src/resolver.c
> @@ -316,7 +316,7 @@ int connman_resolver_append(const char *interface,
> const char *domain,
>
>        DBG("interface %s domain %s server %s", interface, domain, server);
>
> -       if (server == NULL)
> +       if ((server == NULL) && (domain == NULL))
>                return -EINVAL;
>
>        for (list = entry_list; list; list = list->next) {
>
>
> On Tue, Mar 20, 2012 at 3:02 PM, Leonardo Luiz Padovani da Mata
> <[email protected]> wrote:
>> Sorry, wrong patch, i will resend the file again.
>>
>> On Tue, Mar 20, 2012 at 3:01 PM, Leonardo Luiz Padovani da Mata
>> <[email protected]> wrote:
>>> Hello, I'm sending this patch through the list beacuse i didn't find a
>>> bug related to this, please let me know if i need to create a bug, or
>>> can someon just apply this patch on the git for me.

this is already fixed by commit d1c81cd30abc08d0f9237e076da6a02d0fc83a26
There is a bug about it also here https://bugs.meego.com/show_bug.cgi?id=24712

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

Reply via email to