s4-srvsvc-idl: use maxuses as uint32 consistently.
authorGünther Deschner <gd@samba.org>
Thu, 30 Oct 2008 18:06:58 +0000 (19:06 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 31 Oct 2008 01:44:28 +0000 (02:44 +0100)
Guenther

source4/librpc/idl/srvsvc.idl

index 2d6242e6d183f6f98d0fd7ad78f5292b3a5e7a82..00f5e55d4c20cb121978a1a4ac6d95dcd18000b6 100644 (file)
@@ -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 {