diff options
Diffstat (limited to 'source4/librpc/ndr/ndr_lsa.h')
-rw-r--r-- | source4/librpc/ndr/ndr_lsa.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/ndr/ndr_lsa.h b/source4/librpc/ndr/ndr_lsa.h index 306afd5a2c..109e88c84f 100644 --- a/source4/librpc/ndr/ndr_lsa.h +++ b/source4/librpc/ndr/ndr_lsa.h @@ -86,12 +86,14 @@ struct lsa_ChangePassword { }; struct lsa_QosInfo { + uint32 len; uint16 impersonation_level; uint8 context_mode; uint8 effective_only; }; struct lsa_ObjectAttribute { + uint32 len; uint8 *root_dir; const char *object_name; uint32 attributes; |