summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/unixinfo.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-01 23:28:37 +0100
committerGünther Deschner <gd@samba.org>2008-02-01 23:28:37 +0100
commitd3b12796ad9ca9b2c78d199cc7ea17e36372c070 (patch)
tree0cf381ed5cca3fc65ed20a75b594a76f41da7401 /source3/librpc/gen_ndr/unixinfo.h
parente7a82edd3557ce0da11c56231bf3f51b3e686061 (diff)
downloadsamba-d3b12796ad9ca9b2c78d199cc7ea17e36372c070.tar.gz
samba-d3b12796ad9ca9b2c78d199cc7ea17e36372c070.tar.bz2
samba-d3b12796ad9ca9b2c78d199cc7ea17e36372c070.zip
Re-run make idl.
Guenther (This used to be commit 405e01628e66acfb4b1dbcb3b9fdae4cca0f9ce0)
Diffstat (limited to 'source3/librpc/gen_ndr/unixinfo.h')
-rw-r--r--source3/librpc/gen_ndr/unixinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/unixinfo.h b/source3/librpc/gen_ndr/unixinfo.h
index 34dc27f469..bfe0934ccd 100644
--- a/source3/librpc/gen_ndr/unixinfo.h
+++ b/source3/librpc/gen_ndr/unixinfo.h
@@ -68,12 +68,12 @@ struct unixinfo_GidToSid {
struct unixinfo_GetPWUid {
struct {
uint64_t *uids;/* [size_is(*count)] */
- uint32_t *count;/* [ref,range(0 1023)] */
+ uint32_t *count;/* [ref,range(0,1023)] */
} in;
struct {
struct unixinfo_GetPWUidInfo *infos;/* [size_is(*count)] */
- uint32_t *count;/* [ref,range(0 1023)] */
+ uint32_t *count;/* [ref,range(0,1023)] */
NTSTATUS result;
} out;