VirtualBox

Changeset 69999 in vbox


Ignore:
Timestamp:
Dec 7, 2017 8:58:40 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119522
Message:

I can't read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win.cpp

    r69998 r69999  
    535535    if (NT_SUCCESS(rcNt))
    536536    {
    537         ULONG uValue = 0;
     537        ULONG uValue = 0x123;
    538538        NTSTATUS rcNt2 = vgdrvNtRegistryReadDWORD(RTL_REGISTRY_SERVICES, L"VBoxGuest", L"LoggingEnabled", &uValue);
    539539        if (NT_SUCCESS(rcNt2))
     
    543543                LogRelFunc(("Logging to host log enabled (%#x)", uValue));
    544544        }
    545         else
    546             pDevExt->Core.fLoggingEnabled = true;
    547545
    548546        /* Ready to rumble! */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette