Let the core handle the service prefix/namespace
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Apr 2009 16:27:09 +0000 (18:27 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 5 Apr 2009 16:27:09 +0000 (18:27 +0200)
plugins/supplicant.c

index ce56e8f..69ef372 100644 (file)
@@ -796,8 +796,6 @@ static char *build_group(const unsigned char *ssid, unsigned int ssid_len,
        if (str == NULL)
                return NULL;
 
-       g_string_append_printf(str, "wifi_");
-
        for (i = 0; i < ssid_len; i++)
                g_string_append_printf(str, "%02x", ssid[i]);