VirtualBox

Changeset 57624 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 4, 2015 11:40:41 AM (9 years ago)
Author:
vboxsync
Message:

IPRT,UINetworkReply: Fixes, logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/http.cpp

    r57616 r57624  
    434434     * Ditto for the system store.
    435435     */
    436     int rcSystem = RTCrStoreCreateSnapshotById(&hSrcStore, RTCRSTOREID_USER_TRUSTED_CAS_AND_CERTIFICATES, pErrInfo);
     436    int rcSystem = RTCrStoreCreateSnapshotById(&hSrcStore, RTCRSTOREID_SYSTEM_TRUSTED_CAS_AND_CERTIFICATES, pErrInfo);
    437437    if (RT_SUCCESS(rcSystem))
    438438    {
     
    457457        return rcSystem;
    458458    if (RT_FAILURE(rcUser))
    459         return rcSystem;
     459        return rcUser;
    460460    return VERR_NOT_FOUND;
    461461}
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