make default of sort to work
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@688 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.6
parent
730ce9e9dd
commit
68f009a99f
|
@ -681,6 +681,7 @@ static int mod_status_patch_connection(server *srv, connection *con, plugin_data
|
|||
|
||||
PATCH(status_url);
|
||||
PATCH(config_url);
|
||||
PATCH(sort);
|
||||
|
||||
/* skip the first, the global context */
|
||||
for (i = 1; i < srv->config_context->used; i++) {
|
||||
|
|
Loading…
Reference in New Issue