unit1614: fix disabled-proxy build

Follow-up to 1e9a538e05

Closes #9792
This commit is contained in:
Daniel Stenberg 2022-10-24 09:54:08 +02:00
parent 8f384577b8
commit 809c81b9f5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -49,7 +49,7 @@ struct noproxy {
}; };
UNITTEST_START UNITTEST_START
#ifdef DEBUGBUILD #if defined(DEBUGBUILD) && !defined(CURL_DISABLE_PROXY)
{ {
int i; int i;
int err = 0; int err = 0;