[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8761) Comment for SLAPD_OVER_RETCODE define in portable.h is incorrect



Full_Name: Matt McDonald
Version: 
OS: 
URL: 
Submission from: (NULL) (2601:282:b01:175b:359:7f8e:53e6:7341)


The comment for the SLAPD_OVER_RETCODE entry in include/portable.hin incorrectly
describes it as the "Referential Integrity" overlay, when it should indicate the
"return code" overlay.


diff --git a/include/portable.hin b/include/portable.hin
index 3b17ccf04..3e340b6c7 100644
--- a/include/portable.hin
+++ b/include/portable.hin
@@ -1020,7 +1020,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 */