VirtualBox

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


Ignore:
Timestamp:
Jul 26, 2008 2:41:40 AM (16 years ago)
Author:
vboxsync
Message:

DrvIntNet: Missing key validation.

File:
1 edited

Legend:

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

    r10843 r10899  
    750750     * Validate the config.
    751751     */
    752     if (!CFGMR3AreValuesValid(pCfgHandle, "Network\0ReceiveBufferSize\0SendBufferSize\0RestrictAccess\0IsService\0"))
     752    if (!CFGMR3AreValuesValid(pCfgHandle,
     753                              "Network\0"
     754                              "Trunk\0"
     755                              "TrunkType\0"
     756                              "ReceiveBufferSize\0"
     757                              "SendBufferSize\0"
     758                              "RestrictAccess\0"
     759                              "IsService\0"))
    753760        return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES;
    754761
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