VirtualBox

Changeset 60056 in vbox for trunk


Ignore:
Timestamp:
Mar 16, 2016 8:40:59 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106041
Message:

Runtime: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r60054 r60056  
    10491049{
    10501050    CFStringRef hStrProxyType = (CFStringRef)CFDictionaryGetValue(hDictProxy, kCFProxyTypeKey);
    1051     AssertContinue(hStrProxyType);
     1051    AssertReturn(hStrProxyType, VINF_NOT_SUPPORTED);
    10521052
    10531053    /*
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette