]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/ssl/ssl_engine_init.c (ssl_init_Module): Pass base_server in
authorJoe Orton <jorton@apache.org>
Fri, 1 May 2020 15:19:50 +0000 (15:19 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 1 May 2020 15:19:50 +0000 (15:19 +0000)
  OpenSSL init log message rather than NULL (and likely dropping the
  log entry).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877262 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index b1b8d9e44f4d7a82fafc0763c33045bb95bd3c3d..5266219087080d0edc47412a9d41801c495d2871 100644 (file)
@@ -314,7 +314,7 @@ apr_status_t ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
     }
 #endif
 
-    ap_log_error(APLOG_MARK, APLOG_INFO, 0, s, APLOGNO(01883)
+    ap_log_error(APLOG_MARK, APLOG_INFO, 0, base_server, APLOGNO(01883)
                  "Init: Initialized %s library", MODSSL_LIBRARY_NAME);
 
     /*