summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-30 22:45:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:15 -0500
commit331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4 (patch)
tree77923c34ce0ce9cd7832eec3ee7ff1d341b1cfd8 /examples
parent228d1e1649a0b4952eb5603cb5e1851cdc8f0c72 (diff)
downloadsamba-331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4.tar.gz
samba-331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4.tar.xz
samba-331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4.zip
r5111: Fix up changed prototype for setsampwent pdb function.
Diffstat (limited to 'examples')
-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;