[OE-core] [PATCH] connman-gnome: fixed DHCP segfault

Burton, Ross ross.burton at intel.com
Fri May 17 10:52:11 UTC 2013


On 17 May 2013 11:32, Emilia Ciobanu
<emilia.maria.silvia.ciobanu at intel.com> wrote:
> +-      if (g_str_equal(ipv4_config.method, "dhcp") == TRUE)
> ++      if (!ipv4_config.method || g_str_equal(ipv4_config.method, "dhcp") == TRUE)

Is this really the right behaviour if IPv4.Method isn't set?

Ross




More information about the Openembedded-core mailing list