Changeset 57624 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 4, 2015 11:40:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/http.cpp
r57616 r57624 434 434 * Ditto for the system store. 435 435 */ 436 int rcSystem = RTCrStoreCreateSnapshotById(&hSrcStore, RTCRSTOREID_ USER_TRUSTED_CAS_AND_CERTIFICATES, pErrInfo);436 int rcSystem = RTCrStoreCreateSnapshotById(&hSrcStore, RTCRSTOREID_SYSTEM_TRUSTED_CAS_AND_CERTIFICATES, pErrInfo); 437 437 if (RT_SUCCESS(rcSystem)) 438 438 { … … 457 457 return rcSystem; 458 458 if (RT_FAILURE(rcUser)) 459 return rc System;459 return rcUser; 460 460 return VERR_NOT_FOUND; 461 461 }
Note:
See TracChangeset
for help on using the changeset viewer.