[PATCH 4/6] test-stkutil: Fix always true condition.

Denis Kenzior denkenz at gmail.com
Fri Jul 2 12:52:46 PDT 2010


Hi Andrew,

> -		g_assert(cs->daddr.number_type == cs->daddr.number_type);
> -		g_assert(cs->daddr.numbering_plan == cs->daddr.numbering_plan);
> +		g_assert(cs->daddr.number_type == ts->daddr.number_type);
> +		g_assert(cs->daddr.numbering_plan == ts->daddr.numbering_plan);

Very nice catch.  Applied thanks.

Regards,
-Denis


More information about the ofono mailing list