summaryrefslogtreecommitdiff
path: root/examples/pdb
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-02-27 10:32:45 +0000
committerGünther Deschner <gd@samba.org>2006-02-27 10:32:45 +0000
commit34738398012b8ce714586c77e39351c50e9ca629 (patch)
treedd99d9cea12b97597f32e8ebb841ba7a362b5e3c /examples/pdb
parentf34ca8060a495000b26fbd038152ba0532898fa5 (diff)
downloadsamba-34738398012b8ce714586c77e39351c50e9ca629.tar.gz
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
* Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
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 63eb1eaaf97..68b5b9a3e5a 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;