From 715d23b26465389e052cb8a8b12af71aad21e23d Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 20 Jun 2022 07:11:09 +0000 Subject: [PATCH] * workers is not always initialized here git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1902080 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_workers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2