diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-14 14:51:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:51:46 -0500 |
commit | 71453ab90dbda7f335a3c7119eb8d404e85a0131 (patch) | |
tree | 98389567efb132cd9bdec96e7ae1ce77800ee03c /source3/librpc/gen_ndr/unixinfo.h | |
parent | 1e811453620ea35bcc1f2b481d1ebdc0778b282f (diff) | |
download | samba-71453ab90dbda7f335a3c7119eb8d404e85a0131.tar.gz samba-71453ab90dbda7f335a3c7119eb8d404e85a0131.tar.bz2 samba-71453ab90dbda7f335a3c7119eb8d404e85a0131.zip |
r18526: Use generated server for unixinfo RPC interface.
(This used to be commit a5c0606d7667506fdc64776e32d4b3508195a199)
Diffstat (limited to 'source3/librpc/gen_ndr/unixinfo.h')
-rw-r--r-- | source3/librpc/gen_ndr/unixinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h index 78914daebe..8f8984963f 100644 --- a/source3/librpc/gen_ndr/unixinfo.h +++ b/source3/librpc/gen_ndr/unixinfo.h @@ -71,7 +71,7 @@ struct unixinfo_GetPWUid { struct { uint32_t *count;/* [keepref,ref,range(0 1023)] */ - struct unixinfo_GetPWUidInfo *infos;/* [keepref,ref,size_is(*count)] */ + struct unixinfo_GetPWUidInfo *infos;/* [keepref,size_is(*count)] */ NTSTATUS result; } out; |