fix comment

This commit is contained in:
Pierangelo Masarati 2006-01-06 16:20:00 +00:00
parent 80dac35c5e
commit 60ccde8f14

View File

@ -2906,7 +2906,7 @@ if test "$ol_enable_denyop" != no ; then
MFLAG=SLAPD_MOD_STATIC
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS denyop.o"
fi
AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Dynamic Group overlay])
AC_DEFINE_UNQUOTED(SLAPD_OVER_DENYOP,$MFLAG,[define for Deny Operation overlay])
fi
if test "$ol_enable_dyngroup" != no ; then