Changeset 74063 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 4, 2018 12:07:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r74062 r74063 2212 2212 { 2213 2213 PRTHTTPINTERNAL pThis = hHttp; 2214 RTHTTP_VALID_RETURN _RC(pThis, NULL);2214 RTHTTP_VALID_RETURN(pThis); 2215 2215 AssertReturn(enmMethod > RTHTTPMETHOD_INVALID && enmMethod < RTHTTPMETHOD_END, VERR_INVALID_PARAMETER); 2216 2216 AssertPtrReturn(pszUrl, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.