From: Tim Potter Date: Sun, 30 Jan 2005 22:45:46 +0000 (+0000) Subject: r5111: Fix up changed prototype for setsampwent pdb function. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4;p=thirdparty%2Fsamba.git r5111: Fix up changed prototype for setsampwent pdb function. --- diff --git a/examples/pdb/test.c b/examples/pdb/test.c index a10d66005f5..63eb1eaaf97 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) +static NTSTATUS testsam_setsampwent(struct pdb_methods *methods, BOOL update, uint16 acb_mask) { DEBUG(10, ("testsam_setsampwent called\n")); return NT_STATUS_NOT_IMPLEMENTED;