svn commit: samba r2211 - in trunk/examples/pdb: .

idra at samba.org idra at samba.org
Fri Sep 3 13:42:53 GMT 2004


Author: idra
Date: 2004-09-03 13:42:53 +0000 (Fri, 03 Sep 2004)
New Revision: 2211

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/trunk/examples/pdb&rev=2211&nolog=1

Log:

Port fix from 3.0


Modified:
   trunk/examples/pdb/pdb_test.c


Changeset:
Modified: trunk/examples/pdb/pdb_test.c
===================================================================
--- trunk/examples/pdb/pdb_test.c	2004-09-03 13:42:02 UTC (rev 2210)
+++ trunk/examples/pdb/pdb_test.c	2004-09-03 13:42:53 UTC (rev 2211)
@@ -114,8 +114,8 @@
 
 	(*pdb_method)->name = "testsam";
 
-	/* Functions your pdb module doesn't provide should be set 
-	 * to NULL */
+	/* Functions your pdb module doesn't provide should not be
+	   set, make_pdb_methods() already provide suitable defaults for missing functions */
 
 	(*pdb_method)->setsampwent = testsam_setsampwent;
 	(*pdb_method)->endsampwent = testsam_endsampwent;



More information about the samba-cvs mailing list