commit | b1dfccdae7cb81b43f7dfc1e7db77108c559c3df | [log] [tgz] |
---|---|---|
author | Emilia Ciobanu <emilia.maria.silvia.ciobanu@intel.com> | Fri May 17 16:41:13 2013 +0300 |
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | Wed May 22 12:09:46 2013 +0300 |
tree | 2b9f0ad36f7b38213e8b9e4d9cbe95b81dcfc264 | |
parent | 8b8171237e9b3f1d0c360299efd1001368a3bf63 [diff] |
properties: Fix DHCP segfault In networks that don't have a DHCP server configured, ipv4 address allocation fails and the ipv4 structure doesn't get populated. When the GUI is trying to read the ipv4_config.method field to see whether it contains "dhcp" string, a segmentation fault is generated. Ethernet manual configuration behavior remains unchanged after this fix.