[Mod-auth-commit] mod_authn_cache/src mod_authn_cache.c,1.1,1.2
Brought to you by:
firechipmunk,
honx
From: <fir...@us...> - 2003-11-12 07:05:01
|
Update of /cvsroot/mod-auth/mod_authn_cache/src In directory sc8-pr-cvs1:/tmp/cvs-serv7860 Modified Files: mod_authn_cache.c Log Message: fix copy and paste error Index: mod_authn_cache.c =================================================================== RCS file: /cvsroot/mod-auth/mod_authn_cache/src/mod_authn_cache.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mod_authn_cache.c 12 Nov 2003 06:40:28 -0000 1.1 --- mod_authn_cache.c 12 Nov 2003 07:04:37 -0000 1.2 *************** *** 253,257 **** ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "NOT used cached auth!"); - return AUTH_GRANTED; AUTHN_CACHE_UNLOCK(); --- 253,256 ---- |