From: Yann Ylavic Date: Tue, 28 Mar 2017 21:10:28 +0000 (+0000) Subject: Revert r1789221: real fix looks more subtle. X-Git-Tag: 2.5.0-alpha~516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df29cee95a5955f81f94296a0121421dd0b4b2d;p=thirdparty%2Fapache%2Fhttpd.git Revert r1789221: real fix looks more subtle. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789224 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c index 86049be9024..02e7d763361 100644 --- a/modules/http2/h2_workers.c +++ b/modules/http2/h2_workers.c @@ -128,6 +128,7 @@ static h2_fifo_op_t mplx_peek(void *head, void *ctx) static apr_status_t get_next(h2_slot *slot) { h2_workers *workers = slot->workers; + apr_status_t status; slot->task = NULL; while (!slot->aborted) {