summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/110-fix_parse_das_client.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/110-fix_parse_das_client.patch')
-rw-r--r--package/network/services/hostapd/patches/110-fix_parse_das_client.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/network/services/hostapd/patches/110-fix_parse_das_client.patch b/package/network/services/hostapd/patches/110-fix_parse_das_client.patch
deleted file mode 100644
index 67fb899f30..0000000000
--- a/package/network/services/hostapd/patches/110-fix_parse_das_client.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/hostapd/config_file.c
-+++ b/hostapd/config_file.c
-@@ -645,6 +645,7 @@ static int hostapd_parse_das_client(stru
- if (secret == NULL)
- return -1;
-
-+ *secret = 0;
- secret++;
-
- if (hostapd_parse_ip_addr(val, &bss->radius_das_client_addr))