VirtualBox

Changeset 29958 in vbox for trunk


Ignore:
Timestamp:
Jun 1, 2010 3:24:48 PM (15 years ago)
Author:
vboxsync
Message:

Wrong check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r29956 r29958  
    363363   
    364364        NTSTATUS ret = ZwQuerySystemInformation(SystemModuleInformation, (PVOID)&cbBuffer, 0, &cbBuffer);
    365         if (ret != STATUS_SUCCESS)
     365        if (ret != STATUS_INFO_LENGTH_MISMATCH)
    366366        {
    367367            VBoxServiceVerbose(1, "ZwQuerySystemInformation returned %x (1)\n", ret);
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