From: Douglas Bagnall Date: Thu, 23 Apr 2020 03:37:53 +0000 (+1200) Subject: replmd: slightly clarify a comment X-Git-Tag: ldb-2.2.0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d827392f2ab8d6c9c0d61a5681ecb30bd80aa485;p=thirdparty%2Fsamba.git replmd: slightly clarify a comment it has been a long time since we introduced "control", so lets remind ourselves which control it was. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Sat Jun 13 06:50:12 UTC 2020 on sn-devel-184 --- diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c index 97c08a2ffcd..58c04da5f53 100644 --- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c +++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c @@ -1486,7 +1486,7 @@ static int replmd_add(struct ldb_module *module, struct ldb_request *req) } } - /* mark the control done */ + /* mark the relax control done */ if (control) { control->critical = 0; }