Update of /cvsroot/mod-auth/mod_authn_cache/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9421/src
Modified Files:
Makefile.am mod_authn_cache.c
Log Message:
just a bare module now. No Caching at all.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_cache/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 8 Feb 2004 22:57:09 -0000 1.2
+++ Makefile.am 8 Feb 2004 23:21:34 -0000 1.3
@@ -8,7 +8,7 @@
@if test ! -L mod_authn_cache.so ; then ln -s .libs/libmod_authn_cache.so mod_authn_cache.so ; fi
install: make_so
- @${APXS} -i -a -n authn_cache mod_authn_cache.so
+ @${APXS} -i -a -n authn_cache mod_authn_cache.so
@echo ""
@echo ""
@echo "***********************************************"
Index: mod_authn_cache.c
===================================================================
RCS file: /cvsroot/mod-auth/mod_authn_cache/src/mod_authn_cache.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mod_authn_cache.c 8 Feb 2004 22:48:48 -0000 1.8
+++ mod_authn_cache.c 8 Feb 2004 23:21:34 -0000 1.9
@@ -124,7 +124,6 @@
{
authn_status auth_result;
char* foo;
- mcd_res_t *mcd;
authn_provider_list *current_provider;
authn_cache_conf_t *conf = ap_get_module_config(r->per_dir_config,
&authn_cache_module);
|