]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- raw patch from http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2010-May...
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 May 2010 20:28:25 +0000 (20:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_auth-ip-info.patch -> 1.1

mod_auth-ip-info.patch [new file with mode: 0644]

diff --git a/mod_auth-ip-info.patch b/mod_auth-ip-info.patch
new file mode 100644 (file)
index 0000000..ed86afb
--- /dev/null
@@ -0,0 +1,11 @@
+--- http_auth.c.bak    2010-05-24 21:54:12.000000000 +0200
++++ http_auth.c        2010-05-24 22:11:52.000000000 +0200
+@@ -869,7 +869,7 @@
+               if (AUTH_BACKEND_UNSET == p->conf.auth_backend) {
+                       log_error_write(srv, __FILE__, __LINE__, "s", "auth.backend is not set");
+               } else {
+-                      log_error_write(srv, __FILE__, __LINE__, "s", "get_password failed");
++                      log_error_write(srv, __FILE__, __LINE__, "s", "get_password failed", "IP:" inet_ntop_cache_get_ip (srv, & (con-> dst_addr)) );
+               }
+               return 0;
\ No newline at end of file
This page took 0.033074 seconds and 4 git commands to generate.