VirtualBox

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


Ignore:
Timestamp:
Jun 19, 2009 12:08:16 PM (16 years ago)
Author:
vboxsync
Message:

it's a psz not a sz

File:
1 edited

Legend:

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

    r20690 r20719  
    32103210             */
    32113211            PPDMIBASE pBase;
    3212             const char *cszAdapterName = "pcnet";
     3212            const char *pszAdapterName = "pcnet";
    32133213#ifdef VBOX_WITH_E1000
    32143214            /*
     
    32223222                adapterType == NetworkAdapterType_I82543GC ||
    32233223                adapterType == NetworkAdapterType_I82545EM)
    3224                 cszAdapterName = "e1000";
     3224                pszAdapterName = "e1000";
    32253225#endif
    3226             int vrc = PDMR3QueryDeviceLun (mpVM, cszAdapterName,
     3226            int vrc = PDMR3QueryDeviceLun (mpVM, pszAdapterName,
    32273227                                           (unsigned) ulInstance, 0, &pBase);
    32283228            ComAssertRC (vrc);
     
    32493249                   meAttachmentType[ulInstance] == NetworkAttachmentType_Null)))
    32503250            {
    3251                 rc = doNetworkAdapterChange(cszAdapterName,
     3251                rc = doNetworkAdapterChange(pszAdapterName,
    32523252                                            ulInstance, 0,
    32533253                                            eAttachmentType,
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