Author: glen                         Date: Sun Feb 27 12:10:13 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for ticket #31 (http://trac.lighttpd.net/trac/ticket/31)

---- Files affected:
SOURCES:
   lighttpd-error_format.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lighttpd-error_format.patch
diff -u /dev/null SOURCES/lighttpd-error_format.patch:1.1
--- /dev/null   Sun Feb 27 13:10:13 2005
+++ SOURCES/lighttpd-error_format.patch Sun Feb 27 13:10:08 2005
@@ -0,0 +1,11 @@
+--- src/mod_fastcgi.c~ 2005-02-20 16:59:47.000000000 +0200
++++ src/mod_fastcgi.c  2005-02-27 14:09:29.000000000 +0200
+@@ -1424,7 +1424,7 @@
+       } else {
+               fcgi_addr_in.sin_family = AF_INET;
+               if (INADDR_NONE == (fcgi_addr_in.sin_addr.s_addr = 
inet_addr(host->host->ptr))) {
+-                      log_error_write(srv, __FILE__, __LINE__, "sb", 
++                      log_error_write(srv, __FILE__, __LINE__, "sbs", 
+                                       "converting IP-adress failed for", 
host->host, 
+                                       "\nBe sure to specify an IP address 
here");
+                       
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to