VirtualBox

Changeset 94739 in vbox for trunk/src


Ignore:
Timestamp:
Apr 28, 2022 5:22:39 PM (3 years ago)
Author:
vboxsync
Message:

Main/Update check: Fixed loading proxy URL. bugref:7983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r94727 r94739  
    23602360                                pelmLevel4Child->getAttributeValue("repoUrl", updateHost.strRepoUrl);
    23612361                                pelmLevel4Child->getAttributeValue("proxyMode", (uint32_t&)updateHost.enmProxyMode);
    2362                                 pelmLevel4Child->getAttributeValue("proxyUrl", (uint32_t&)updateHost.enmProxyMode);
     2362                                pelmLevel4Child->getAttributeValue("proxyUrl", updateHost.strProxyUrl);
    23632363                                pelmLevel4Child->getAttributeValue("lastCheckDate", updateHost.strLastCheckDate);
    23642364                                pelmLevel4Child->getAttributeValue("checkCount", updateHost.uCheckCount);
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