Changeset 85646 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Aug 7, 2020 7:13:51 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r85162 r85646 708 708 } 709 709 710 AssertReturn(curl_easy_setopt(pThis->pCurl, CURLOPT_PROXY, (const char *)NULL) == CURLE_OK, VERR_INTERNAL_ERROR_2);710 AssertReturn(curl_easy_setopt(pThis->pCurl, CURLOPT_PROXY, "") == CURLE_OK, VERR_INTERNAL_ERROR_2); 711 711 if (pThis->pszProxyHost) 712 712 {
Note:
See TracChangeset
for help on using the changeset viewer.