diff options
| author | Jeremy Allison <jra@samba.org> | 2003-01-28 21:09:56 +0000 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2003-01-28 21:09:56 +0000 |
| commit | 734c6d8a513272c6e65ba60c62e21080c4339b8d (patch) | |
| tree | eb4008ba0d684b2bf8aaf8b2f01106dbd7878737 /source3/include/rpc_misc.h | |
| parent | 3a9dfe6384329d2039a32be44127ac121e75533f (diff) | |
| download | samba-734c6d8a513272c6e65ba60c62e21080c4339b8d.tar.gz samba-734c6d8a513272c6e65ba60c62e21080c4339b8d.tar.xz samba-734c6d8a513272c6e65ba60c62e21080c4339b8d.zip | |
Merging tridge's privillage client changes from HEAD.
Jeremy.
(This used to be commit 30a33920b4d834edc877cc0080291fbda983083a)
Diffstat (limited to 'source3/include/rpc_misc.h')
| -rw-r--r-- | source3/include/rpc_misc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h index 1b956826eb..7710489435 100644 --- a/source3/include/rpc_misc.h +++ b/source3/include/rpc_misc.h @@ -217,15 +217,15 @@ typedef struct uint16 size; uint32 ref_id; UNISTR2 string; -} UNISTR_ARRAY_EL; +} UNISTR2_ARRAY_EL; /* an array of unicode strings */ typedef struct { uint32 ref_id; uint32 count; - UNISTR_ARRAY_EL *strings; -} UNISTR_ARRAY; + UNISTR2_ARRAY_EL *strings; +} UNISTR2_ARRAY; /* DOM_RID2 - domain RID structure for ntlsa pipe */ typedef struct domrid2_info |
