From 2b6c343612c961ec7744bcd2f7d5d47f7862f2c1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 23 Dec 2009 14:53:11 -0800 Subject: [PATCH] Fix copy-and-paste issue with SSID configuration field --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4