r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
[nivanova/samba-autobuild/.git] / source3 / include / libmsrpc.h
index 9fbd57a8d3202374f61049fca510e82413bb3b7c..36bae44177574a441f3dd766a9e65d144c9579b1 100644 (file)
@@ -1761,7 +1761,7 @@ struct SamEnumUsers {
       POLICY_HND *dom_hnd;
 
       /**Enumerate users with specific ACB. If 0, all users will be enumerated*/
-      uint16 acb_mask;
+      uint32 acb_mask;
    } in;
 
    struct {