Changeset 62566 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Jul 26, 2016 3:16:41 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r62477 r62566 1956 1956 uint32_t const cBefore = RTCrStoreCertCount(hStore); 1957 1957 AssertReturn(cBefore != UINT32_MAX, VERR_INVALID_HANDLE); 1958 RT_NOREF_PV(fFlags); 1959 1958 1960 1959 1961 /* … … 2124 2126 PRTHTTPINTERNAL pThis = (PRTHTTPINTERNAL)pData; 2125 2127 AssertReturn(pThis->u32Magic == RTHTTP_MAGIC, 1); 2128 RT_NOREF_PV(rdTotalUpload); 2129 RT_NOREF_PV(rdUploaded); 2126 2130 2127 2131 pThis->cbDownloadHint = (uint64_t)rdTotalDownload;
Note:
See TracChangeset
for help on using the changeset viewer.