mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
unit1614: fix disabled-proxy build
Follow-up to 1e9a538e05
Closes #9792
This commit is contained in:
parent
8f384577b8
commit
809c81b9f5
@ -49,7 +49,7 @@ struct noproxy {
|
||||
};
|
||||
|
||||
UNITTEST_START
|
||||
#ifdef DEBUGBUILD
|
||||
#if defined(DEBUGBUILD) && !defined(CURL_DISABLE_PROXY)
|
||||
{
|
||||
int i;
|
||||
int err = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user