summaryrefslogtreecommitdiff
path: root/source4/dsdb/schema/schema_query.c
diff options
context:
space:
mode:
authorKamen Mazdrashki <kamenim@samba.org>2010-11-08 16:27:22 +0200
committerKamen Mazdrashki <kamenim@samba.org>2010-11-08 23:06:41 +0000
commit0aeb08e2eb1725ef41b6796a55a020520d13c6f7 (patch)
tree52d2f7e495cde477c439eca5aefc004cda567bde /source4/dsdb/schema/schema_query.c
parentee34e2c94bccb90f6518c401192c5f04ae509d25 (diff)
downloadsamba-0aeb08e2eb1725ef41b6796a55a020520d13c6f7.tar.gz
samba-0aeb08e2eb1725ef41b6796a55a020520d13c6f7.tar.bz2
samba-0aeb08e2eb1725ef41b6796a55a020520d13c6f7.zip
s4-attid: Uppercase ATTID type constants
Thanks Metze for noting this! Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Nov 8 23:06:41 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/dsdb/schema/schema_query.c')
-rw-r--r--source4/dsdb/schema/schema_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_query.c b/source4/dsdb/schema/schema_query.c
index 8ea79ff4bb..c92d273edf 100644
--- a/source4/dsdb/schema/schema_query.c
+++ b/source4/dsdb/schema/schema_query.c
@@ -64,7 +64,7 @@ const struct dsdb_attribute *dsdb_attribute_by_attributeID_id(const struct dsdb_
if (id == 0xFFFFFFFF) return NULL;
/* check for msDS-IntId type attribute */
- if (dsdb_pfm_get_attid_type(id) == dsdb_attid_type_intid) {
+ if (dsdb_pfm_get_attid_type(id) == DSDB_ATTID_TYPE_INTID) {
BINARY_ARRAY_SEARCH_P(schema->attributes_by_msDS_IntId,
schema->num_int_id_attr, msDS_IntId, id, uint32_cmp, c);
return c;