dougm 01/03/25 10:20:12
Modified: src/modules/perl modperl_cmd.h
Log:
fix copy-n-pasto
Revision Changes Path
1.3 +1 -1 modperl-2.0/src/modules/perl/modperl_cmd.h
Index: modperl_cmd.h
===================================================================
RCS file: /home/cvs/modperl-2.0/src/modules/perl/modperl_cmd.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- modperl_cmd.h 2001/03/25 17:42:26 1.2
+++ modperl_cmd.h 2001/03/25 18:20:11 1.3
@@ -50,7 +50,7 @@
OR_ALL, desc )
#define MP_CMD_DIR_ITERATE(name, item, desc) \
- AP_INIT_TAKE1( name, modperl_cmd_##item, NULL, \
+ AP_INIT_ITERATE( name, modperl_cmd_##item, NULL, \
OR_ALL, desc )
#endif /* MODPERL_CMD_H */