From e51fa63da5cdc75f5512da1b8367d16aeafb9ee9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 5 Apr 2009 18:27:09 +0200 Subject: [PATCH] Let the core handle the service prefix/namespace --- plugins/supplicant.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/supplicant.c b/plugins/supplicant.c index ce56e8f..69ef372 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -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]); -- 2.7.4