From: Jouni Malinen Date: Wed, 25 Dec 2019 10:26:33 +0000 (+0200) Subject: DBus: Remove not existing network profile params from dont_quote[] X-Git-Tag: hostap_2_10~2114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a00ba8bdbe571f4546d7b58745e58585965a79;p=thirdparty%2Fhostap.git DBus: Remove not existing network profile params from dont_quote[] These parameters are global parameters, not network profile parameters, and as such, do not below in dont_quote[] which is used to determine whether a network profile parameter needs to be quoted. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c index 258209259..813d3d85f 100644 --- a/wpa_supplicant/dbus/dbus_new_handlers.c +++ b/wpa_supplicant/dbus/dbus_new_handlers.c @@ -137,7 +137,6 @@ DBusMessage * wpas_dbus_error_no_memory(DBusMessage *message) static const char * const dont_quote[] = { "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap", - "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path", "bssid", "scan_freq", "freq_list", NULL };