[PATCH] hostapd_cli: Remove duplicate const in hostapd_cli_cmd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From d7c996f18bd7bf9da1d52aa4ebfbed28b32a4588 Mon Sep 17 00:00:00 2001
From: Dmitry Shmidt <dimitrysh@xxxxxxxxxx>
Date: Mon, 24 Oct 2016 12:36:06 -0700
Subject: [PATCH] hostapd_cli: Remove duplicate const in hostapd_cli_cmd

Signed-off-by: Dmitry Shmidt <dimitrysh@xxxxxxxxxx>
---
 hostapd/hostapd_cli.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hostapd/hostapd_cli.c b/hostapd/hostapd_cli.c
index 4199267..9a6e3cb 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];
--
2.8.0.rc3.226.g39d4020


_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux