From c5f7b07ad28e18f48badf22df55f0411ebc86ddc Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Mon, 1 Apr 2019 10:25:28 +1300 Subject: dsdb/modules: minor comment typos in samba_dsdb Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- source4/dsdb/samdb/ldb_modules/samba_dsdb.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source4/dsdb/samdb/ldb_modules') diff --git a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c index e08891a2fda..95967c33e12 100644 --- a/source4/dsdb/samdb/ldb_modules/samba_dsdb.c +++ b/source4/dsdb/samdb/ldb_modules/samba_dsdb.c @@ -600,7 +600,8 @@ static int samba_dsdb_init(struct ldb_module *module) talloc_steal(ldb, partition_msg); - /* Now prepare the module chain. Oddly, we must give it to ldb_load_modules_list in REVERSE */ + /* Now prepare the module chain. Oddly, we must give it to + * ldb_module_load_list in REVERSE */ for (len = 0; final_module_list[len]; len++) { /* noop */}; reverse_module_list = talloc_array(tmp_ctx, const char *, len+1); @@ -621,7 +622,8 @@ static int samba_dsdb_init(struct ldb_module *module) CHECK_LDB_RET(ret); talloc_free(tmp_ctx); - /* Set this as the 'next' module, so that we effectivly append it to module chain */ + /* Set this as the 'next' module, so that we effectively append it to + * module chain */ ldb_module_set_next(module, module_chain); ret = ldb_next_read_lock(module); -- cgit v1.2.1