svn commit: samba r5111 - branches/SAMBA_3_0/examples/pdb trunk/examples/pdb

tpot at samba.org tpot at samba.org
Sun Jan 30 22:45:48 GMT 2005


Author: tpot
Date: 2005-01-30 22:45:46 +0000 (Sun, 30 Jan 2005)
New Revision: 5111

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5111

Log:
Fix up changed prototype for setsampwent pdb function.

Modified:
   branches/SAMBA_3_0/examples/pdb/test.c
   trunk/examples/pdb/test.c


Changeset:
Modified: branches/SAMBA_3_0/examples/pdb/test.c
===================================================================
--- branches/SAMBA_3_0/examples/pdb/test.c	2005-01-30 18:29:12 UTC (rev 5110)
+++ branches/SAMBA_3_0/examples/pdb/test.c	2005-01-30 22:45:46 UTC (rev 5111)
@@ -29,7 +29,7 @@
  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;

Modified: trunk/examples/pdb/test.c
===================================================================
--- trunk/examples/pdb/test.c	2005-01-30 18:29:12 UTC (rev 5110)
+++ trunk/examples/pdb/test.c	2005-01-30 22:45:46 UTC (rev 5111)
@@ -29,7 +29,7 @@
  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;



More information about the samba-cvs mailing list