VirtualBox

Changeset 37299 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 1, 2011 4:32:27 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72043
Message:

Network/DrvVDE: make cfgm parameter case match the rest of the code and future docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvVDE.cpp

    r35353 r37299  
    562562     * Validate the config.
    563563     */
    564     if (!CFGMR3AreValuesValid(pCfg, "Network"))
     564    if (!CFGMR3AreValuesValid(pCfg, "network"))
    565565        return PDMDRV_SET_ERROR(pDrvIns, VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES, "");
    566566
     
    585585    int rc;
    586586    char szNetwork[RTPATH_MAX];
    587     rc = CFGMR3QueryString(pCfg, "Network", szNetwork, sizeof(szNetwork));
     587    rc = CFGMR3QueryString(pCfg, "network", szNetwork, sizeof(szNetwork));
    588588    if (RT_FAILURE(rc))
    589589        *szNetwork=0;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette