]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Remove reference to non‐existent code
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 16 Oct 2023 22:18:50 +0000 (11:18 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 19 Oct 2023 21:37:36 +0000 (21:37 +0000)
Commit 498542be0bbf4f26558573c1f87b77b8e3509371 removed the code in
question.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/dirsync.c

index ac16e96f16910248ebe229f32462322eeef3de7e..9901a993c0502324ad777a7c1d77ca26d6f0551a 100644 (file)
@@ -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);