VirtualBox

Changeset 74072 in vbox for trunk


Ignore:
Timestamp:
Sep 4, 2018 3:34:41 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/http: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTHttp.cpp

    r74071 r74072  
    123123                if (RT_C_IS_BLANK(*pszValue))
    124124                    pszValue++;
    125                 int rc = RTHttpAddHeader(hHttp, ValueUnion.psz, pszValue, RTSTR_MAX, RTHTTPADDHDR_F_BACK);
     125                rc = RTHttpAddHeader(hHttp, ValueUnion.psz, pszValue, RTSTR_MAX, RTHTTPADDHDR_F_BACK);
    126126                *pszColon = ':';
    127127                if (RT_FAILURE(rc))
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