VirtualBox

Changeset 15497 in vbox for trunk/src


Ignore:
Timestamp:
Dec 15, 2008 11:35:34 AM (16 years ago)
Author:
vboxsync
Message:

NetFlt/win: assertion fixes

File:
1 edited

Legend:

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

    r15485 r15497  
    219219        /* Indicate whether 64-bit guests are supported or not. */
    220220        /** @todo This is currently only forced off on 32-bit hosts only because it
    221          *        makes a lof of difference there (REM and Solaris performance). 
     221         *        makes a lof of difference there (REM and Solaris performance).
    222222         */
    223223
     
    14531453                                        int winEr = GetLastError();
    14541454                                        LogRel(("Console::configConstructor: DeviceIoControl failed, err (0x%x), ignoring\n", winEr));
    1455                                         AssertBreakpoint();
     1455                                        Assert(winEr == ERROR_INVALID_PARAMETER || winEr == ERROR_NOT_SUPPORTED || winEr == ERROR_BAD_COMMAND);
    14561456                                    }
    14571457
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