mod_authn_socache: fix logging of bogus rv in r1576233
Submitted by: trawick
Reviewed by: jim, ylavic
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1594538 13f79535-47bb-0310-9956-
ffa450edef68
2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-aliasmatch_contextinfo.diff
+1 covener, jim, ylavic
- * mod_authn_socache: fix logging of bugus rv in r1576233 (now in 2.4.x)
- trunk patch: http://svn.apache.org/r1583007
- 2.4.x patch: trunk patch works
- +1: trawick, jim, ylavic
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
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;