summaryrefslogtreecommitdiff
path: root/source/dsdb/common
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-06 13:34:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:28 -0500
commitc2523adc0a0807979fb21b8ba77d556bac82e435 (patch)
tree6059b960ef8b8ab6d5d7b8cc79e4b5dd1d69b9c0 /source/dsdb/common
parentd05a9bf1a12c9f0b18c9e65b6aa03fa4283a1b68 (diff)
downloadsamba-c2523adc0a0807979fb21b8ba77d556bac82e435.tar.gz
r4568: make use of SidType and move it to lsa.idl
metze
Diffstat (limited to 'source/dsdb/common')
-rw-r--r--source/dsdb/common/flag_mapping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/dsdb/common/flag_mapping.c b/source/dsdb/common/flag_mapping.c
index 30c5b0cf13e..8fdded98f5f 100644
--- a/source/dsdb/common/flag_mapping.c
+++ b/source/dsdb/common/flag_mapping.c
@@ -119,7 +119,7 @@ uint32_t samdb_gtype2atype(uint32_t gtype)
}
/* turn a sAMAccountType into a SID_NAME_USE */
-enum samr_SidType samdb_atype_map(uint32_t atype)
+enum lsa_SidType samdb_atype_map(uint32_t atype)
{
switch (atype & 0xF0000000) {
case ATYPE_GLOBAL_GROUP: