2
0
Fork 0

[mod_status] Fix runtime info page

This commit is contained in:
Thomas Porzelt 2009-10-10 20:25:10 +02:00
parent 0fe57dc215
commit 4e28109716
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ static liHandlerResult status_info(liVRequest *vr, gpointer _param, gpointer *co
have_mode = li_querystring_find(vr->request.uri.query, CONST_STR_LEN("mode"), &val, &len);
if (!have_mode || strncmp(val, "plain", len)) {
if (!have_mode) {
/* no 'mode' query parameter given */
liCollectInfo *ci;
mod_status_job *j = g_slice_new(mod_status_job);