From: Rainer Jung Date: Mon, 13 Aug 2012 11:26:45 +0000 (+0000) Subject: Axe unnecessary trailing comma from server-status user output. X-Git-Tag: 2.4.3~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf6bb706972c3b90896bed1fe4d3b868ac17ee02;p=apache Axe unnecessary trailing comma from server-status user output. Backport of r1369904 from trunk. Submitted by: trawick Reviewed by: rjung, humbedooh Backported by: rjung git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1372369 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e1a5e0c0bb..a80697bc61 100644 --- a/STATUS +++ b/STATUS @@ -88,11 +88,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] -* Axe unnecessary trailing comma from server-status user output. - trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1369904 - 2.4.x patch: trunk patch works - +1: rjung, trawick, humbedooh - * mpm_winnt: Tweak a message added in r750567 so that the accept thread logs the physical address it listens on instead of hostname|*. trunk patch: http://svn.apache.org/viewvc?view=rev&rev=1364138 diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index ced19edbb9..50bcb27297 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -582,7 +582,7 @@ static int status_handler(request_rec *r) "\"L\" Logging, \n" "\"G\" Gracefully finishing,
\n" "\"I\" Idle cleanup of worker, \n" - "\".\" Open slot with no current process,
\n" + "\".\" Open slot with no current process
\n" "

\n", r); if (!ap_extended_status) { int j;