r2210: Fix misleading comment found by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
authorSimo Sorce <idra@samba.org>
Fri, 3 Sep 2004 13:42:02 +0000 (13:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:36 +0000 (10:52 -0500)
examples/pdb/pdb_test.c

index e46c621d48eaefb67c9c2a5f00a39030e29b0ead..a10d66005f5934f585176c6140a08a7fbf3b9997 100644 (file)
@@ -114,8 +114,8 @@ NTSTATUS testsam_init(PDB_CONTEXT *pdb_context, PDB_METHODS **pdb_method, const
 
        (*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;