Changeset 60036 in vbox
- Timestamp:
- Mar 15, 2016 12:39:16 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106019
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkReply.cpp
r58866 r60036 829 829 { 830 830 CERTINFO const *pInfo = (CERTINFO const *)s_aCerts[i].pvUser; 831 for (uint32_t iUrl = 0; iUrl < RT_ELEMENTS(pInfo->apszUrls); i ++)831 for (uint32_t iUrl = 0; iUrl < RT_ELEMENTS(pInfo->apszUrls); iUrl++) 832 832 if (pInfo->apszUrls[iUrl]) 833 833 {
Note:
See TracChangeset
for help on using the changeset viewer.