]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1789221: real fix looks more subtle.
authorYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:10:28 +0000 (21:10 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 28 Mar 2017 21:10:28 +0000 (21:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789224 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_workers.c

index 86049be90245edf0cf12ad33e8af7cd40bdd7b9f..02e7d76336176477cd10900b8a5cde78a656dc35 100644 (file)
@@ -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) {