From: Jo Sutton Date: Fri, 19 Jan 2024 22:58:45 +0000 (+1300) Subject: s4:dsdb: Undefine helper macro X-Git-Tag: tdb-1.4.11~1738 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1e28d42988d135376e25b97df78c79fe3f1d154;p=thirdparty%2Fsamba.git s4:dsdb: Undefine helper macro Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/common/util.c b/source4/dsdb/common/util.c index 82c466d1ad8..e249da07e7a 100644 --- a/source4/dsdb/common/util.c +++ b/source4/dsdb/common/util.c @@ -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);