aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-10-03 20:56:41 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-10-14 13:57:14 +0200
commit779773a0dee759d87c483de266e41164cd851af0 (patch)
tree9837ad22961df71a9e58db8f7d3a28305dd0cac4 /package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
parent4b93b03577cefeed39fb6cadc7aa85706deeb074 (diff)
downloadupstream-779773a0dee759d87c483de266e41164cd851af0.tar.gz
upstream-779773a0dee759d87c483de266e41164cd851af0.tar.bz2
upstream-779773a0dee759d87c483de266e41164cd851af0.zip
hostapd: backport build fix when OWE is activated
This backports a compile fix form the hostapd project. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch')
-rw-r--r--package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch b/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
index 81e6588e72..7bac937373 100644
--- a/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
+++ b/package/network/services/hostapd/patches/381-hostapd_cli_UNKNOWN-COMMAND.patch
@@ -1,6 +1,6 @@
--- a/hostapd/hostapd_cli.c
+++ b/hostapd/hostapd_cli.c
-@@ -743,7 +743,7 @@ static int wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, const char *cmd,
+@@ -743,7 +743,7 @@ static int wpa_ctrl_command_sta(struct w
}
buf[len] = '\0';
@@ -9,5 +9,3 @@
return -1;
if (print)
printf("%s", buf);
---
-2.11.0