]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Undefine helper macro
authorJo Sutton <josutton@catalyst.net.nz>
Fri, 19 Jan 2024 22:58:45 +0000 (11:58 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 Feb 2024 02:41:36 +0000 (02:41 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/common/util.c

index 82c466d1ad8d1b34d5a8c2659364e2e73c36583a..e249da07e7ad167544333e6bf7bdaf29999995a9 100644 (file)
@@ -2521,6 +2521,8 @@ static NTSTATUS samdb_set_password_internal(struct ldb_context *ldb, TALLOC_CTX
                return NT_STATUS_INVALID_PARAMETER;
        }
 
+#undef CHECK_RET
+
        /* build modify request */
        ret = ldb_build_mod_req(&req, ldb, mem_ctx, msg, NULL, NULL,
                                samdb_set_password_callback, NULL);