diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-06 13:34:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:08:28 -0500 |
commit | 1ec6416a35ff560fff37ca3e7881152d0a7d6158 (patch) | |
tree | 40f5cf40ac3815c5bf3fcf39d90f8120f6ad6fbf /source4/dsdb | |
parent | 5db389cbdc606be3f66766dd80a0b7ecf10d7a2d (diff) | |
download | samba-1ec6416a35ff560fff37ca3e7881152d0a7d6158.tar.gz samba-1ec6416a35ff560fff37ca3e7881152d0a7d6158.tar.xz samba-1ec6416a35ff560fff37ca3e7881152d0a7d6158.zip |
r4568: make use of SidType and move it to lsa.idl
metze
(This used to be commit c2523adc0a0807979fb21b8ba77d556bac82e435)
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/common/flag_mapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |