More config.c copy and paste fixes
authorSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Dec 2009 23:55:32 +0000 (00:55 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 24 Dec 2009 03:29:01 +0000 (19:29 -0800)
commit4ffb42c8fb8f0d9c2189ba6fbcb1fded222cb68d
treedd77268f23e30a4b1e3e508407cf6089520f3ccc
parent2b6c343612c961ec7744bcd2f7d5d47f7862f2c1
More config.c copy and paste fixes

In __connman_config_provision_service(), the config pointer was always set
to the last service entry found from the configuration files. This was
hiding many bugs introduced by the hexadecimal SSID changes.
src/config.c