mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
hostapd_cli: Remove duplicate const in hostapd_cli_cmd()
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
8618b3c221
commit
3765c9705c
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user