From: Ryan Tandy Date: Fri, 28 Feb 2020 20:00:14 +0000 (-0800) Subject: Fix SLAPD_OVER_RETCODE description X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~54^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dbb82ec8cb5222abb21489dcf3ddd17e493f05a;p=thirdparty%2Fopenldap.git Fix SLAPD_OVER_RETCODE description --- diff --git a/configure.in b/configure.in index a1f2cd419d..69dc0903c5 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/include/portable.hin b/include/portable.hin index fce3014ad6..8618a2f890 100644 --- a/include/portable.hin +++ b/include/portable.hin @@ -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 */