From 8df29cee95a5955f81f94296a0121421dd0b4b2d Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Tue, 28 Mar 2017 21:10:28 +0000 Subject: [PATCH] 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 --- modules/http2/h2_workers.c | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.47.3