summaryrefslogtreecommitdiff
path: root/examples/pdb
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2004-09-03 13:42:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:36 -0500
commit3a88ee4c444c7b953c9f88b19998a5d84fc5e17c (patch)
tree33e8913f8fc81f66769a003646c0c064f2cfdd2c /examples/pdb
parent274a1eda7863368a0d46aed6600c29ec5e30f406 (diff)
downloadsamba-3a88ee4c444c7b953c9f88b19998a5d84fc5e17c.tar.gz
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;