]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- fix for ticket #31 (http://trac.lighttpd.net/trac/ticket/31)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Feb 2005 12:10:08 +0000 (12:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-error_format.patch -> 1.1

lighttpd-error_format.patch [new file with mode: 0644]

diff --git a/lighttpd-error_format.patch b/lighttpd-error_format.patch
new file mode 100644 (file)
index 0000000..37b5e6c
--- /dev/null
@@ -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");
+                       
This page took 0.035845 seconds and 4 git commands to generate.