From: Joseph Sutton Date: Mon, 16 Oct 2023 22:18:50 +0000 (+1300) Subject: s4:dsdb: Remove reference to non‐existent code X-Git-Tag: talloc-2.4.2~1209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7f64baa35689b860d208702416f85bb212a3be;p=thirdparty%2Fsamba.git s4:dsdb: Remove reference to non‐existent code Commit 498542be0bbf4f26558573c1f87b77b8e3509371 removed the code in question. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/dirsync.c b/source4/dsdb/samdb/ldb_modules/dirsync.c index ac16e96f169..9901a993c05 100644 --- a/source4/dsdb/samdb/ldb_modules/dirsync.c +++ b/source4/dsdb/samdb/ldb_modules/dirsync.c @@ -202,9 +202,7 @@ static int dirsync_filter_entry(struct ldb_request *req, guidfound = true; } /* - * We expect to find the GUID in the object, - * if it turns out not to be the case sometimes - * we will uncomment the code below + * We expect to find the GUID in the object */ SMB_ASSERT(guidfound == true); return ldb_module_send_entry(dsc->req, msg, controls);