]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
D-Bus: Fix dont_quote const declaration
authorJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 09:07:06 +0000 (12:07 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jul 2015 13:25:06 +0000 (16:25 +0300)
Commit 38279bdb35c1b0c248289752197ebddd2fdd52ef ('D-Bus: Coding style
cleanup') handled the dbus_new_handlers.c change properly, but misplaced
the second 'const' in dbus_old_handlers.c in a way that resulted in
duplicated const rather than marking the actual value const.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_old_handlers.c

index 462c713c8a559cc17cea57e3fd2eefea0ce0f880..4a4b4569737087e32bcdab6e711bea7629932d8b 100644 (file)
@@ -809,7 +809,7 @@ out:
 }
 
 
-static const char  const *dont_quote[] = {
+static const char * const dont_quote[] = {
        "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
        "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
        "bssid", NULL