From: Simo Sorce Date: Fri, 3 Sep 2004 13:42:02 +0000 (+0000) Subject: r2210: Fix misleading comment found by Heinrich Mislik X-Git-Tag: samba-4.0.0alpha6~801^2~11257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fef54a21b19b3475adfdcdde636f00a3f6be0fb9;p=thirdparty%2Fsamba.git r2210: Fix misleading comment found by Heinrich Mislik (This used to be commit 3a88ee4c444c7b953c9f88b19998a5d84fc5e17c) --- 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;