From: Jeff Trawick Date: Sat, 29 Mar 2014 14:57:37 +0000 (+0000) Subject: don't log bogus rv X-Git-Tag: 2.5.0-alpha~4375 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e19c8aabd431cdb57d2efda49da99bb4bddee104;p=apache don't log bogus rv git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1583007 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authn_socache.c b/modules/aaa/mod_authn_socache.c index 317648f525..01a69e69f0 100644 --- a/modules/aaa/mod_authn_socache.c +++ b/modules/aaa/mod_authn_socache.c @@ -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;