[RESULT][VOTE] Release 2.2.29 as GA?

2014-09-01 Thread wrowe
- Original Message - Subject: [VOTE] Release 2.2.29 as GA? From: William A. Rowe Jr. wr...@rowe-clan.net Date: 8/22/14 12:59 pm To: dev@httpd.apache.org The pre-release candidate Apache httpd 2.2.29 - with simply a rebuild of the docs/manual/ since 2.2.28, can be found in;

Re: svn commit: r1621806 - in /httpd/httpd/trunk: modules/loggers/mod_journald.c modules/mappers/mod_negotiation.c modules/proxy/mod_proxy_wstunnel.c server/util_expr_eval.c

2014-09-01 Thread Ruediger Pluem
jaillet...@apache.org wrote: Author: jailletc36 Date: Mon Sep 1 14:40:01 2014 New Revision: 1621806 URL: http://svn.apache.org/r1621806 Log: Silent some cppcheck warnings. Modified: httpd/httpd/trunk/modules/loggers/mod_journald.c

Re: svn commit: r1621806 - in /httpd/httpd/trunk: modules/loggers/mod_journald.c modules/mappers/mod_negotiation.c modules/proxy/mod_proxy_wstunnel.c server/util_expr_eval.c

2014-09-01 Thread Marion Christophe JAILLET
It is not an issue, it was just to silent some cppcheck warnings. In these 2 cases, it is obvious that explicitly initializing these variables is useless because it is assigned just a few lines after. Moreover: - mod_negotiation.c: set just the line after. - mod_proxy_wstunnel.c: the