krb5: Try up to all kpasswdd IPs (fix #1304)

This commit is contained in:
Nicolas Williams
2026-01-22 23:38:42 -06:00
parent dedeea1b6a
commit cc272a4838

View File

@@ -678,8 +678,9 @@ change_password_loop (krb5_context context,
ret = connect(sock, a->ai_addr, a->ai_addrlen);
if (rk_IS_SOCKET_ERROR(ret)) {
rk_closesocket (sock);
goto out;
ret = rk_SOCK_ERRNO;
rk_closesocket(sock);
continue;
}
/*