s3-net: acct_flags are uint32_t in net_sam_set_userflag().
authorGünther Deschner <gd@samba.org>
Wed, 28 Oct 2009 09:56:01 +0000 (10:56 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 28 Oct 2009 11:37:39 +0000 (12:37 +0100)
Guenther

source3/utils/net_sam.c

index 95405f3e095a54d1d700a9a57569956927d6aa32..fe84ce4674fc254a1a9acce86cc79c2438625652 100644 (file)
@@ -137,7 +137,7 @@ static int net_sam_set_userflag(struct net_context *c, int argc,
        enum lsa_SidType type;
        const char *dom, *name;
        NTSTATUS status;
-       uint16 acct_flags;
+       uint32_t acct_flags;
 
        if ((argc != 2) || c->display_usage ||
            (!strequal(argv[1], "yes") &&