summaryrefslogtreecommitdiffstats
path: root/examples/pdb
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2004-09-03 13:42:02 +0000
committerSimo Sorce <idra@samba.org>2004-09-03 13:42:02 +0000
commitada956d846cd426accc6ea742fb800ef4a098c0a (patch)
tree219a4380eeaf92e5ef9a95a3a0f9ff5097193b9b /examples/pdb
parentda977c2599bab9d6d6e63e3f4a8f78b7d927bc7f (diff)
downloadsamba-ada956d846cd426accc6ea742fb800ef4a098c0a.tar.gz
samba-ada956d846cd426accc6ea742fb800ef4a098c0a.tar.xz
samba-ada956d846cd426accc6ea742fb800ef4a098c0a.zip
r2210: Fix misleading comment found by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>
Diffstat (limited to 'examples/pdb')
-rw-r--r--examples/pdb/pdb_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pdb/pdb_test.c b/examples/pdb/pdb_test.c
index e46c621d48e..a10d66005f5 100644
--- a/examples/pdb/pdb_test.c
+++ b/examples/pdb/pdb_test.c
@@ -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;