]> git.ipfire.org Git - thirdparty/curl.git/commit
asyn-ares: remove obsolete reference to local_ip6
authorKai Pastor <dg0yt@darc.de>
Sun, 25 May 2025 19:07:46 +0000 (21:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 May 2025 08:12:28 +0000 (10:12 +0200)
commitac7e2c3dc693b43c61898aea89f1a80037505c36
treea755f2e8b7f1cc464af0f407c0b6952fbb8d41c0
parent745c3519a5942853cb96817d6545ba8aaf1cb3f0
asyn-ares: remove obsolete reference to local_ip6

7bf576064c moved local_ip6 from the parameter list to the actual
implementation of Curl_async_ares_set_dns_local_ip6. The no-op code for
!( defined(HAVE_CARES_SET_LOCAL) && defined(USE_IPV6) ) still had an
reference which is removed by this change.

Closes #17450
lib/asyn-ares.c