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 /source4/dsdb | |
parent | 9cc10e6a5742f09261f01a2c0b3a94b7b772e573 (diff) | |
download | samba-e2e39117bcea5264c913383ccc68e23307264c63.tar.gz samba-e2e39117bcea5264c913383ccc68e23307264c63.tar.bz2 samba-e2e39117bcea5264c913383ccc68e23307264c63.zip |
Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL.
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/schema/schema_filtered.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_filtered.c b/source4/dsdb/schema/schema_filtered.c index 304160d473..1582aee8fd 100644 --- a/source4/dsdb/schema/schema_filtered.c +++ b/source4/dsdb/schema/schema_filtered.c @@ -88,7 +88,7 @@ bool dsdb_attribute_is_attr_in_filtered_replica(struct dsdb_attribute *attribute { int i, size = sizeof(never_in_filtered_attrs)/sizeof(char *); if (attribute->systemOnly || - attribute->schemaFlagsEx & DS_FLAG_ATTR_IS_CRITICAL) { + attribute->schemaFlagsEx & SCHEMA_FLAG_ATTR_IS_CRITICAL) { return false; } if (attribute->systemFlags & (DS_FLAG_ATTR_NOT_REPLICATED | |