]> git.ipfire.org Git - thirdparty/curl.git/commit
if2ip: build the function also if FTP is present
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Apr 2025 07:26:01 +0000 (09:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Apr 2025 09:25:25 +0000 (11:25 +0200)
commit4cf9e87fca2ce14712e6d05bccc8c9e70575e70d
tree999c773ab88ee30426f74f3620d0c81acd5a5080
parent6e00db58fbeaa09e58c20a606e00b83743e81c7f
if2ip: build the function also if FTP is present

Previously it was not compiled if CURL_DISABLE_BINDLOCAL is set, but the
FTP code is also using this function.

Easily found by using configure --disable-bindlocal without disabling
FTP.

Closes #16933
lib/if2ip.c