From 3f6036803c6227a3f45408072f8ecae6e6b10692 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Fri, 10 Mar 2006 14:52:59 +0000 Subject: [PATCH] shadow var git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1584 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/nm-ap-security-wpa-eap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nm-ap-security-wpa-eap.c b/src/nm-ap-security-wpa-eap.c index a3b6cbf422..564f5df82b 100644 --- a/src/nm-ap-security-wpa-eap.c +++ b/src/nm-ap-security-wpa-eap.c @@ -218,8 +218,6 @@ real_write_supplicant_config (NMAPSecurity *instance, if (passwd && strlen (passwd) > 0) { - char *msg; - msg = g_strdup_printf ("SET_NETWORK %i password ", nwid); if (!nm_utils_supplicant_request_with_check (ctrl, "OK", __func__, msg, "SET_NETWORK %i password \"%s\"", nwid, passwd)) {