summaryrefslogtreecommitdiffstats
path: root/examples/pdb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-30 22:45:46 +0000
committerTim Potter <tpot@samba.org>2005-01-30 22:45:46 +0000
commitd2dcf3257e559a02f72550a7794ba96424ea95ac (patch)
tree77923c34ce0ce9cd7832eec3ee7ff1d341b1cfd8 /examples/pdb
parenta827821a1373258f903562f42346a37b7a846d90 (diff)
downloadsamba-d2dcf3257e559a02f72550a7794ba96424ea95ac.tar.gz
samba-d2dcf3257e559a02f72550a7794ba96424ea95ac.tar.xz
samba-d2dcf3257e559a02f72550a7794ba96424ea95ac.zip
r5111: Fix up changed prototype for setsampwent pdb function.
Diffstat (limited to 'examples/pdb')
-rw-r--r--examples/pdb/test.c2
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;