projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75884f4
)
supplicant: Drop unnecessary quotes from phase2 value
author
Henri Bragge
<henri.bragge@ixonos.com>
Fri, 7 Jan 2011 14:10:16 +0000
(16:10 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Fri, 7 Jan 2011 15:31:15 +0000
(16:31 +0100)
plugins/supplicant.c
patch
|
blob
|
history
diff --git
a/plugins/supplicant.c
b/plugins/supplicant.c
index 6e29911a209f465ec78f5d64fd22484e139be10b..4458f83de02ca8ac13b97a559ae18cbd4e5f0226 100644
(file)
--- 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);