VirtualBox

Ignore:
Timestamp:
Oct 2, 2008 9:40:59 AM (16 years ago)
Author:
vboxsync
Message:

maTapFD is unsigned

File:
1 edited

Legend:

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

    r12645 r12911  
    11641164                {
    11651165#ifdef VBOX_WITH_UNIXY_TAP_NETWORKING
    1166                     Assert (pConsole->maTapFD[ulInstance] >= 0);
    1167                     if (pConsole->maTapFD[ulInstance] >= 0)
     1166                    Assert ((int)pConsole->maTapFD[ulInstance] >= 0);
     1167                    if ((int)pConsole->maTapFD[ulInstance] >= 0)
    11681168                    {
    11691169                        if (fSniffer)
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