]> git.ipfire.org Git - thirdparty/curl.git/commit
asyn-thread: fix build with `CURL_DISABLE_SOCKETPAIR`
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 5 Feb 2025 09:46:30 +0000 (10:46 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Fri, 7 Feb 2025 14:30:59 +0000 (15:30 +0100)
commitc012c6062e963085f915975464e887264bf741fd
treecbde22fa43b69fb1b2608d9da31caa287aee33f6
parent13b2ea68f0e08b2746669addfbc7b0ecd5f1bf0e
asyn-thread: fix build with `CURL_DISABLE_SOCKETPAIR`

With `CURL_DISABLE_SOCKETPAIR` defined and `USE_HTTPSRR_ARES`
undefined, the local variable `socketi` was unused.

This fixes a regression from commit 0d4fdbf15d8.

Closes https://github.com/curl/curl/pull/16179
lib/asyn-thread.c