- remove unused variable
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1362 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.13
parent
7cefa9ce73
commit
acd628fe09
|
@ -583,7 +583,7 @@ static handler_t mod_status_handle_server_status_text(server *srv, connection *c
|
|||
|
||||
static handler_t mod_status_handle_server_statistics(server *srv, connection *con, void *p_d) {
|
||||
plugin_data *p = p_d;
|
||||
buffer *b, *m = p->module_list;
|
||||
buffer *b = p->module_list;
|
||||
size_t i;
|
||||
array *st = srv->status;
|
||||
|
||||
|
|
Loading…
Reference in New Issue