From e2e39117bcea5264c913383ccc68e23307264c63 Mon Sep 17 00:00:00 2001 From: Nadezhda Ivanova Date: Mon, 3 May 2010 16:47:56 +0200 Subject: Replaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR_IS_CRITICAL. --- source4/dsdb/schema/schema_filtered.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/schema/schema_filtered.c') 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 | -- cgit