]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-mod_status.patch
- valgrind bcond
[packages/lighttpd.git] / lighttpd-mod_status.patch
CommitLineData
63a93a44
ER
1--- lighttpd-1.3.7/src/mod_status.c~ 2004-12-04 17:37:36.000000000 +0200
2+++ lighttpd-1.3.7/src/mod_status.c 2005-01-10 21:40:11.000000000 +0200
3@@ -117,7 +117,7 @@
4 s->config_url = buffer_init();
5 s->status_url = buffer_init();
6
7- cv[1].destination = s->status_url;
8+ cv[0].destination = s->status_url;
9 cv[1].destination = s->config_url;
10
11 p->config_storage[i] = s;
This page took 0.03204 seconds and 4 git commands to generate.