VirtualBox

Changeset 74063 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 4, 2018 12:07:43 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/http: build fix. bugref:9167

File:
1 edited

Legend:

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

    r74062 r74063  
    22122212{
    22132213    PRTHTTPINTERNAL pThis = hHttp;
    2214     RTHTTP_VALID_RETURN_RC(pThis, NULL);
     2214    RTHTTP_VALID_RETURN(pThis);
    22152215    AssertReturn(enmMethod > RTHTTPMETHOD_INVALID && enmMethod < RTHTTPMETHOD_END, VERR_INVALID_PARAMETER);
    22162216    AssertPtrReturn(pszUrl, VERR_INVALID_POINTER);
Note: See TracChangeset for help on using the changeset viewer.

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