|
|
@@ -391,9 +391,7 @@ slapi_filter_to_string_internal( const struct slapi_filter *f, char *buf, size_t
|
|
|
* generated as a consequence
|
|
|
* of a Replicated Operation.
|
|
|
*/
|
|
|
-#define OP_FLAG_INTERNAL 0x00020 /* An operation generated by
|
|
|
- * the core server or a plugin.
|
|
|
- */
|
|
|
+#define OP_FLAG_INTERNAL SLAPI_OP_FLAG_INTERNAL /* 0x00020 */
|
|
|
#define OP_FLAG_ACTION_LOG_ACCESS 0x00040
|
|
|
#define OP_FLAG_ACTION_LOG_AUDIT 0x00080
|
|
|
#define OP_FLAG_ACTION_SCHEMA_CHECK 0x00100
|