From 1ec6416a35ff560fff37ca3e7881152d0a7d6158 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 6 Jan 2005 13:34:18 +0000 Subject: r4568: make use of SidType and move it to lsa.idl metze (This used to be commit c2523adc0a0807979fb21b8ba77d556bac82e435) --- source4/dsdb/common/flag_mapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/common/flag_mapping.c') diff --git a/source4/dsdb/common/flag_mapping.c b/source4/dsdb/common/flag_mapping.c index 30c5b0cf13..8fdded98f5 100644 --- a/source4/dsdb/common/flag_mapping.c +++ b/source4/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: -- cgit