]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* workers is not always initialized here
authorRuediger Pluem <rpluem@apache.org>
Mon, 20 Jun 2022 07:11:09 +0000 (07:11 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 20 Jun 2022 07:11:09 +0000 (07:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902080 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_workers.c

index c8796aeeacc162260502fedfb23d5d2f7521c3d6..a38b058de1deca74ba725a24dd9f3e4a84095a4c 100644 (file)
@@ -522,7 +522,7 @@ cleanup:
         apr_pool_pre_cleanup_register(pchild, workers, workers_pool_cleanup);    
         return workers;
     }
-    ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, workers->s,
+    ap_log_error(APLOG_MARK, APLOG_DEBUG, rv, s,
                  "h2_workers: errors initializing");
     return NULL;
 }