]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
hostapd_cli: Remove duplicate const in hostapd_cli_cmd()
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 24 Oct 2016 19:41:47 +0000 (19:41 +0000)
committerJouni Malinen <j@w1.fi>
Fri, 28 Oct 2016 21:55:38 +0000 (00:55 +0300)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/hostapd_cli.c

index 419926777cf41385e0198c3bca508a8c29889312..9a6e3cb774892344bb65bb7411828109b72e9c26 100644 (file)
@@ -221,7 +221,7 @@ static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, const char *cmd)
 }
 
 
-static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const const char *cmd,
+static int hostapd_cli_cmd(struct wpa_ctrl *ctrl, const char *cmd,
                           int min_args, int argc, char *argv[])
 {
        char buf[4096];