From: Dmitry Shmidt Date: Mon, 24 Oct 2016 19:41:47 +0000 (+0000) Subject: hostapd_cli: Remove duplicate const in hostapd_cli_cmd() X-Git-Tag: hostap_2_7~2165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3765c9705ce54427aed0adb91f48a53671b59e40;p=thirdparty%2Fhostap.git hostapd_cli: Remove duplicate const in hostapd_cli_cmd() Signed-off-by: Dmitry Shmidt --- diff --git a/hostapd/hostapd_cli.c b/hostapd/hostapd_cli.c index 419926777..9a6e3cb77 100644 --- a/hostapd/hostapd_cli.c +++ b/hostapd/hostapd_cli.c @@ -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];