mirror of
https://github.com/curl/curl.git
synced 2026-05-30 09:27:30 +03:00
unit1614: fix disabled-proxy build
Follow-up to 1e9a538e05
Closes #9792
This commit is contained in:
parent
8f384577b8
commit
809c81b9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ struct noproxy {
|
|||
};
|
||||
|
||||
UNITTEST_START
|
||||
#ifdef DEBUGBUILD
|
||||
#if defined(DEBUGBUILD) && !defined(CURL_DISABLE_PROXY)
|
||||
{
|
||||
int i;
|
||||
int err = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue