diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.h')
-rw-r--r-- | source4/librpc/ndr/ndr_lsa.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h index 7cc0d0f3da..306afd5a2c 100644 --- a/source4/librpc/ndr/ndr_lsa.h +++ b/source4/librpc/ndr/ndr_lsa.h @@ -554,8 +554,7 @@ struct LOOKUPPRIVVALUE { struct lsa_LookupPrivName { struct { struct policy_handle *handle; - uint32 luid_high; - uint32 luid_low; + struct lsa_LUID *luid; } in; struct { |