From 8990865c7f5f52c615c5d571cec50d49deda7322 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Sep 2009 12:16:35 +0200 Subject: lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}. Guenther --- librpc/gen_ndr/lsa.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librpc/gen_ndr/lsa.h') diff --git a/librpc/gen_ndr/lsa.h b/librpc/gen_ndr/lsa.h index 9ee5fab4c8..ed0982b102 100644 --- a/librpc/gen_ndr/lsa.h +++ b/librpc/gen_ndr/lsa.h @@ -954,7 +954,7 @@ struct lsa_LookupSids { struct { struct policy_handle *handle;/* [ref] */ struct lsa_SidArray *sids;/* [ref] */ - uint16_t level; + enum lsa_LookupNamesLevel level; struct lsa_TransNameArray *names;/* [ref] */ uint32_t *count;/* [ref] */ } in; @@ -1549,7 +1549,7 @@ struct lsa_LookupSids2 { struct { struct policy_handle *handle;/* [ref] */ struct lsa_SidArray *sids;/* [ref] */ - uint16_t level; + enum lsa_LookupNamesLevel level; uint32_t unknown1; uint32_t unknown2; struct lsa_TransNameArray2 *names;/* [ref] */ @@ -1756,7 +1756,7 @@ struct lsa_CREDRRENAME { struct lsa_LookupSids3 { struct { struct lsa_SidArray *sids;/* [ref] */ - uint16_t level; + enum lsa_LookupNamesLevel level; uint32_t unknown1; uint32_t unknown2; struct lsa_TransNameArray2 *names;/* [ref] */ -- cgit