The branch, v4-22-test has been updated
via e119cb0b484 libads: fix get_kdc_ip_string() ...
from f186da9fabf Add check for the GPO link to have at least two
attributes separated by semicolumn. Allows to handle empty links.
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-22-test
- Log -----------------------------------------------------------------
commit e119cb0b4840429ac763d1899a8bec1f1fbb0f4b
Author: Ralph Boehme <[email protected]>
Date: Fri Jul 4 17:50:40 2025 +0200
libads: fix get_kdc_ip_string() ...
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15881
Signed-off-by: Ralph Boehme <[email protected]>
Reviewed-by: Guenther Deschner <[email protected]>
Autobuild-User(master): Günther Deschner <[email protected]>
Autobuild-Date(master): Mon Jul 7 16:46:29 UTC 2025 on atb-devel-224
(cherry picked from commit 88572cc8f629a737a1d5b33d5800f3692895233f)
Autobuild-User(v4-22-test): Jule Anger <[email protected]>
Autobuild-Date(v4-22-test): Mon Jul 21 09:30:29 UTC 2025 on atb-devel-224
-----------------------------------------------------------------------
Summary of changes:
source3/libads/kerberos.c | 1 +
1 file changed, 1 insertion(+)
Changeset truncated at 500 lines:
diff --git a/source3/libads/kerberos.c b/source3/libads/kerberos.c
index 75803500d31..145bc36cdb2 100644
--- a/source3/libads/kerberos.c
+++ b/source3/libads/kerberos.c
@@ -1230,6 +1230,7 @@ static char *get_kdc_ip_string(char *mem_ctx,
if (!NT_STATUS_IS_OK(status)) {
DBG_DEBUG("netlogon_pings failed: %s\n", nt_errstr(status));
+ result = talloc_move(mem_ctx, &kdc_str);
goto out;
}
--
Samba Shared Repository