VirtualBox

Changeset 47849 in vbox


Ignore:
Timestamp:
Aug 19, 2013 4:41:09 PM (11 years ago)
Author:
vboxsync
Message:

VBoxService/VBoxServiceControlSession.cpp: Fixed logging / shadowed variables.

File:
1 edited

Legend:

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

    r47817 r47849  
    273273        size_t cbRead = 0;
    274274
    275         PVBOXSERVICECTRLFILE pFile = gstcntlSessionFileGetLocked(pSession, uHandle);
     275        pFile = gstcntlSessionFileGetLocked(pSession, uHandle);
    276276        if (pFile)
    277277        {
     
    438438    {
    439439        size_t cbWritten = 0;
    440         PVBOXSERVICECTRLFILE pFile = gstcntlSessionFileGetLocked(pSession, uHandle);
     440        pFile = gstcntlSessionFileGetLocked(pSession, uHandle);
    441441        if (pFile)
    442442        {
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