mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
* modules/ssl/ssl_engine_init.c (ssl_init_Module): Pass base_server in
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
This commit is contained in:
@@ -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);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user