diff options
Diffstat (limited to 'examples/pdb')
-rw-r--r-- | examples/pdb/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdb/test.c b/examples/pdb/test.c index 63eb1eaaf9..68b5b9a3e5 100644 --- a/examples/pdb/test.c +++ b/examples/pdb/test.c @@ -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; |