VirtualBox

Changeset 39250 in vbox


Ignore:
Timestamp:
Nov 9, 2011 1:21:21 PM (13 years ago)
Author:
vboxsync
Message:

Main/Console: fix last minute typo

File:
1 edited

Legend:

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

    r39248 r39250  
    510510        pSystemProperties->GetMaxNetworkAdapters(chipsetType, &maxNetworkAdapters);
    511511    meAttachmentType.resize(maxNetworkAdapters);
    512     for (ULONG slot = 0; slot < SchemaDefs::NetworkAdapterCount; ++slot)
     512    for (ULONG slot = 0; slot < maxNetworkAdapters; ++slot)
    513513        meAttachmentType[slot] = NetworkAttachmentType_Null;
    514514
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