From d0b02f970862cd0f494f3fe7ba8e13f65f29f76d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 30 Oct 2008 19:06:58 +0100 Subject: s4-srvsvc-idl: use maxuses as uint32 consistently. Guenther --- source4/librpc/idl/srvsvc.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index 2d6242e6d1..00f5e55d4c 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -465,7 +465,7 @@ import "security.idl", "svcctl.idl"; srvsvc_ShareType type; [string,charset(UTF16)] uint16 *comment; uint32 permissions; - int32 max_users; + uint32 max_users; uint32 current_users; [string,charset(UTF16)] uint16 *path; [string,charset(UTF16)] uint16 *password; @@ -506,7 +506,7 @@ import "security.idl", "svcctl.idl"; } srvsvc_NetShareCtr1005; typedef struct { - int32 max_users; + uint32 max_users; } srvsvc_NetShareInfo1006; typedef struct { -- cgit