Changeset 12911 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Oct 2, 2008 9:40:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r12645 r12911 1164 1164 { 1165 1165 #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) 1168 1168 { 1169 1169 if (fSniffer)
Note:
See TracChangeset
for help on using the changeset viewer.