From: Marcel Holtmann Date: Wed, 23 Dec 2009 22:53:11 +0000 (-0800) Subject: Fix copy-and-paste issue with SSID configuration field X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~2973 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b6c343612c961ec7744bcd2f7d5d47f7862f2c1;p=profile%2Fivi%2Fconnman.git Fix copy-and-paste issue with SSID configuration field --- diff --git a/src/config.c b/src/config.c index eb083e0..6afe7fc 100644 --- a/src/config.c +++ b/src/config.c @@ -72,7 +72,7 @@ static int load_service(GKeyFile *keyfile, struct connman_config *config) service->type = str; } - hex_ssid = g_key_file_get_string(keyfile, "service", "Type", NULL); + hex_ssid = g_key_file_get_string(keyfile, "service", "SSID", NULL); if (hex_ssid != NULL) { char *ssid; unsigned int i, j = 0, hex;