]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Fix cred_fields[] declaration
authorJouni Malinen <j@w1.fi>
Sat, 3 Feb 2018 10:08:09 +0000 (12:08 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 3 Feb 2018 10:08:09 +0000 (12:08 +0200)
commit66b9f3ca8a82b497a6ec3a4a4fff1271d5f80b98
tree05e87aba8471d3ae61580b5df9de44b3d3d5bd9a
parent5ff39c1380d9dea794c5102c0b6d11d1b1e23ad0
wpa_cli: Fix cred_fields[] declaration

This was supposed to be an array of const-pointers to const-char; not
something duplicating const for char and resulting in compiler warnings
with more recent gcc versions.

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