summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-03-28 21:10:28 +0000
committerYann Ylavic <ylavic@apache.org>2017-03-28 21:10:28 +0000
commit8df29cee95a5955f81f94296a0121421dd0b4b2d (patch)
treed853f7712913f8fccbb49dcae076fa68a9d52986
parentcd4726984f67428ee1d1cf00f8374c925706b6e9 (diff)
downloadhttpd-8df29cee95a5955f81f94296a0121421dd0b4b2d.tar.gz
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
-rw-r--r--modules/http2/h2_workers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c
index 86049be902..02e7d76336 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) {