From: Yann Ylavic Date: Thu, 14 Apr 2016 18:21:07 +0000 (+0000) Subject: scoreboard/status: follow up to 1739146. X-Git-Tag: 2.5.0-alpha~1739 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e6e3d8607822e436bf5020dc8c0e1b9e2400c7;p=thirdparty%2Fapache%2Fhttpd.git scoreboard/status: follow up to 1739146. Comment not needed anymore... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/scoreboard.c b/server/scoreboard.c index c8264302a12..4e79a1f714e 100644 --- a/server/scoreboard.c +++ b/server/scoreboard.c @@ -494,7 +494,6 @@ static int update_child_status_internal(int child_num, ws->last_used = apr_time_now(); } - /* Keep existing values until working again */ if (descr) { apr_cpystrn(ws->request, descr, sizeof(ws->request)); }