Parcourir la source

hostapd_cli: Remove duplicate const in hostapd_cli_cmd()

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Dmitry Shmidt il y a 8 ans
Parent
commit
3765c9705c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hostapd/hostapd_cli.c

+ 1 - 1
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];