diff options
author | Tim Potter <tpot@samba.org> | 2005-01-30 22:45:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:15 -0500 |
commit | e7eb70928c216706ec1ed4fe7ca152283c917209 (patch) | |
tree | 37ddf170cac8b384e81eb93f09825ae20736db9a /examples/pdb | |
parent | 91bf6cb6bfbc519773d0ffcd1d41100f14247d18 (diff) | |
download | samba-e7eb70928c216706ec1ed4fe7ca152283c917209.tar.gz |
r5111: Fix up changed prototype for setsampwent pdb function.
(This used to be commit 331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4)
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 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; |