From: Ruediger Pluem Date: Mon, 20 Jun 2022 07:11:09 +0000 (+0000) Subject: * workers is not always initialized here X-Git-Tag: 2.5.0-alpha2-ci-test-only~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715d23b26465389e052cb8a8b12af71aad21e23d;p=thirdparty%2Fapache%2Fhttpd.git * workers is not always initialized here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902080 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_workers.c b/modules/http2/h2_workers.c index c8796aeeacc..a38b058de1d 100644 --- a/modules/http2/h2_workers.c +++ b/modules/http2/h2_workers.c @@ -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; }