Fix SLAPD_OVER_RETCODE description

This commit is contained in:
Ryan Tandy 2020-02-28 12:00:14 -08:00
parent c2f75cd108
commit 1dbb82ec8c
2 changed files with 2 additions and 2 deletions

View File

@ -2940,7 +2940,7 @@ if test "$ol_enable_retcode" != no ; then
MFLAG=SLAPD_MOD_STATIC
SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS retcode.o"
fi
AC_DEFINE_UNQUOTED(SLAPD_OVER_RETCODE,$MFLAG,[define for Referential Integrity overlay])
AC_DEFINE_UNQUOTED(SLAPD_OVER_RETCODE,$MFLAG,[define for Return Code overlay])
fi
if test "$ol_enable_rwm" != no ; then

View File

@ -996,7 +996,7 @@
/* define for Referential Integrity overlay */
#undef SLAPD_OVER_REFINT
/* define for Referential Integrity overlay */
/* define for Return Code overlay */
#undef SLAPD_OVER_RETCODE
/* define for Rewrite/Remap overlay */