From 1a06178fdd7229895b5ad29acf8dec522c5aa65c Mon Sep 17 00:00:00 2001 From: Henri Bragge Date: Fri, 7 Jan 2011 16:10:16 +0200 Subject: [PATCH] supplicant: Drop unnecessary quotes from phase2 value --- plugins/supplicant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/supplicant.c b/plugins/supplicant.c index 6e29911..4458f83 100644 --- a/plugins/supplicant.c +++ b/plugins/supplicant.c @@ -1210,7 +1210,7 @@ static int set_network_peap(struct connman_network *network, connman_info("No client certificate has been provided " "to do the PEAP/TTLS authentication\n"); - phase2_auth = g_strdup_printf("\"auth=%s\"", phase2); + phase2_auth = g_strdup_printf("auth=%s", phase2); connman_dbus_dict_append_basic(dict, "password", DBUS_TYPE_STRING, &passphrase); -- 2.7.4