VirtualBox

Changeset 36021 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 18, 2011 2:59:37 PM (14 years ago)
Author:
vboxsync
Message:

Main: Correct location of the HostIPStack key. DrvVD will always use the host IP stack otherwise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r35921 r36021  
    33493349                    }
    33503350
    3351                     /* Custom code: put marker to not use host IP stack to driver
    3352                      * configuration node. Simplifies life of DrvVD a bit. */
    3353                     if (!fHostIP)
    3354                         InsertConfigInteger(pCfg, "HostIPStack", 0);
    3355 
    33563351                    /* next */
    33573352                    pParent = pCur;
    33583353                    pParentMedium = pMedium;
    33593354                }
     3355
     3356                /* Custom code: put marker to not use host IP stack to driver
     3357                 * configuration node. Simplifies life of DrvVD a bit. */
     3358                if (!fHostIP)
     3359                    InsertConfigInteger(pCfg, "HostIPStack", 0);
    33603360            }
    33613361        }
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