mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
don't log bogus rv
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1583007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -106,7 +106,7 @@ static int authn_cache_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
||||
errmsg = socache_provider->create(&socache_instance, NULL,
|
||||
ptmp, pconf);
|
||||
if (errmsg) {
|
||||
ap_log_perror(APLOG_MARK, APLOG_CRIT, rv, plog, APLOGNO(02612)
|
||||
ap_log_perror(APLOG_MARK, APLOG_CRIT, 0, plog, APLOGNO(02612)
|
||||
"failed to create mod_socache_shmcb socache "
|
||||
"instance: %s", errmsg);
|
||||
return 500;
|
||||
|
||||
Reference in New Issue
Block a user