diff options
author | Nadezhda Ivanova <nivanova@samba.org> | 2010-05-03 16:47:56 +0200 |
---|---|---|
committer | Nadezhda Ivanova <nivanova@samba.org> | 2010-05-03 16:47:56 +0200 |
commit | e2e39117bcea5264c913383ccc68e23307264c63 (patch) | |
tree | 0e4b694092f3791707ef4904adf506691a02c899 /libds/common | |
parent | 9cc10e6a5742f09261f01a2c0b3a94b7b772e573 (diff) | |
download | samba-e2e39117bcea5264c913383ccc68e23307264c63.tar.gz |
Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL.
Diffstat (limited to 'libds/common')
-rw-r--r-- | libds/common/flags.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libds/common/flags.h b/libds/common/flags.h index 67811d06aa..6a29b1b510 100644 --- a/libds/common/flags.h +++ b/libds/common/flags.h @@ -188,9 +188,6 @@ #define DS_FLAG_ATTR_REQ_PARTIAL_SET_MEMBER 0x00000002 #define DS_FLAG_ATTR_IS_CONSTRUCTED 0x00000004 -/* sa->systemFlagsEx on attributes */ -#define DS_FLAG_ATTR_IS_CRITICAL 0x00000001 - /* 7.1.1.2.2.1.2.1.1 nTDSDSA Object options flags */ #define DS_NTDSDSA_OPT_IS_GC 0x00000001 #define DS_NTDSDSA_OPT_DISABLE_INBOUND_REPL 0x00000002 |