svn commit: samba r2210 - in branches/SAMBA_3_0/examples/pdb: .

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


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

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

Log:

Fix misleading comment found by Heinrich Mislik <Heinrich.Mislik at univie.ac.at>


Modified:
   branches/SAMBA_3_0/examples/pdb/pdb_test.c


Changeset:
Modified: branches/SAMBA_3_0/examples/pdb/pdb_test.c
===================================================================
--- branches/SAMBA_3_0/examples/pdb/pdb_test.c	2004-09-03 13:36:58 UTC (rev 2209)
+++ branches/SAMBA_3_0/examples/pdb/pdb_test.c	2004-09-03 13:42:02 UTC (rev 2210)
@@ -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