packages: lighttpd/mod_auth-ip-info.patch (NEW) - raw patch from http://lis...

glen glen at pld-linux.org
Mon May 24 22:28:30 CEST 2010


Author: glen                         Date: Mon May 24 20:28:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- raw patch from http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2010-May/021637.html

---- Files affected:
packages/lighttpd:
   mod_auth-ip-info.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/lighttpd/mod_auth-ip-info.patch
diff -u /dev/null packages/lighttpd/mod_auth-ip-info.patch:1.1
--- /dev/null	Mon May 24 22:28:30 2010
+++ packages/lighttpd/mod_auth-ip-info.patch	Mon May 24 22:28:25 2010
@@ -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
================================================================


More information about the pld-cvs-commit mailing list