r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
[bbaumbach/samba-autobuild/.git] / examples / pdb / test.c
index 63eb1eaaf9714adc63780bce0bc2daaabb885eb4..68b5b9a3e5ada0e372cecc84e332a30a0ab30790 100644 (file)
@@ -29,7 +29,7 @@ static int testsam_debug_level = DBGC_ALL;
  Start enumeration of the passwd list.
 ****************************************************************/
 
-static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint16 acb_mask)
+static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint32 acb_mask)
 {
        DEBUG(10, ("testsam_setsampwent called\n"));
        return NT_STATUS_NOT_IMPLEMENTED;