Fix SEGV at first startup
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 9 Jul 2010 21:45:24 +0000 (23:45 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 9 Jul 2010 21:45:24 +0000 (23:45 +0200)
commitc612916ff8e071c4cf2c7bd70b2c7ead7aeff3d2
tree174450e6640202498a4f8e0b9555e7cefbecad09
parenta0a70f029190cce180e811b8b307ff3ccf4a7652
Fix SEGV at first startup

connman_wifi_load_ssid() can return NULL. Best not to dereference that.
This fixes Meego's bug #3787.
plugins/supplicant.c