VirtualBox

Changeset 20705 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 19, 2009 9:42:55 AM (16 years ago)
Author:
vboxsync
Message:

it's a psz not a sz.

File:
1 edited

Legend:

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

    r20679 r20705  
    668668        if ((cCpus > 1) ||  fIOAPIC)
    669669            fShowCpu = true;
    670          
     670
    671671        rc = CFGMR3InsertNode(pDevices, "acpi", &pDev);                             RC_CHECK();
    672672        rc = CFGMR3InsertNode(pDev,     "0", &pInst);                               RC_CHECK();
     
    12161216         * The virtual hardware type. Create appropriate device first.
    12171217         */
    1218         const char *cszAdapterName = "pcnet";
     1218        const char *pszAdapterName = "pcnet";
    12191219        NetworkAdapterType_T adapterType;
    12201220        hrc = networkAdapter->COMGETTER(AdapterType)(&adapterType);                 H();
     
    12301230            case NetworkAdapterType_I82545EM:
    12311231                pDev = pDevE1000;
    1232                 cszAdapterName = "e1000";
     1232                pszAdapterName = "e1000";
    12331233                break;
    12341234#endif
     
    13541354        hrc = networkAdapter->COMGETTER(AttachmentType)(&networkAttachment);        H();
    13551355
    1356         rc = configNetwork((Console*) pvConsole, cszAdapterName, ulInstance, 0, networkAttachment,
     1356        rc = configNetwork((Console*) pvConsole, pszAdapterName, ulInstance, 0, networkAttachment,
    13571357                           &meAttachmentType[ulInstance], networkAdapter, pCfg, pLunL0, pInst, false);
    13581358        RC_CHECK();
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