diff options
Diffstat (limited to 'package/lighttpd/lighttpd-02-mod_extforward.patch')
-rw-r--r-- | package/lighttpd/lighttpd-02-mod_extforward.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/lighttpd/lighttpd-02-mod_extforward.patch b/package/lighttpd/lighttpd-02-mod_extforward.patch deleted file mode 100644 index 3efd2b1e02..0000000000 --- a/package/lighttpd/lighttpd-02-mod_extforward.patch +++ /dev/null @@ -1,14 +0,0 @@ -From http://redmine.lighttpd.net/issues/2515 - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - ---- a/src/mod_extforward.c (revision 2909) -+++ b/src/mod_extforward.c (working copy) -@@ -439,7 +439,6 @@ - #ifdef HAVE_IPV6 - ipstr_to_sockaddr(srv, real_remote_addr, &sock); - #else -- UNUSED(addrs_left); - sock.ipv4.sin_addr.s_addr = inet_addr(real_remote_addr); - sock.plain.sa_family = (sock.ipv4.sin_addr.s_addr == 0xFFFFFFFF) ? AF_UNSPEC : AF_INET; - #endif |