]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- fix typo in source
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Jan 2005 19:49:36 +0000 (19:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_status.patch -> 1.1

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

diff --git a/lighttpd-mod_status.patch b/lighttpd-mod_status.patch
new file mode 100644 (file)
index 0000000..1d2d237
--- /dev/null
@@ -0,0 +1,11 @@
+--- lighttpd-1.3.7/src/mod_status.c~   2004-12-04 17:37:36.000000000 +0200
++++ lighttpd-1.3.7/src/mod_status.c    2005-01-10 21:40:11.000000000 +0200
+@@ -117,7 +117,7 @@
+               s->config_url    = buffer_init();
+               s->status_url    = buffer_init();
+               
+-              cv[1].destination = s->status_url;
++              cv[0].destination = s->status_url;
+               cv[1].destination = s->config_url;
+               
+               p->config_storage[i] = s;
This page took 0.062762 seconds and 4 git commands to generate.