diff options
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/lsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h index 044d07b1e0..1e3d3162b2 100644 --- a/source3/librpc/gen_ndr/lsa.h +++ b/source3/librpc/gen_ndr/lsa.h @@ -1049,7 +1049,7 @@ struct lsa_LookupPrivName { } in; struct { - struct lsa_StringLarge *name;/* [unique] */ + struct lsa_StringLarge **name;/* [ref] */ NTSTATUS result; } out; |