VirtualBox

Changeset 107658 in vbox for trunk


Ignore:
Timestamp:
Jan 10, 2025 2:02:11 PM (8 days ago)
Author:
vboxsync
Message:

src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp: Fixed warnings found by Parfait (impossible or redundant condition). Harmless. jiraref:VBP-1424

File:
1 edited

Legend:

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

    r107656 r107658  
    545545        if (pFile)
    546546        {
    547             VGSvcVerbose(2, "[File %s] Closing (handle=%RU32)\n", pFile ? pFile->pszName : "<Not found>", uHandle);
     547            VGSvcVerbose(2, "[File %s] Closing (handle=%RU32)\n", pFile->pszName : "<Not found>", uHandle);
    548548            rc = vgsvcGstCtrlSessionFileFree(pFile);
    549549        }
     
    11481148        if (pDir)
    11491149        {
    1150             VGSvcVerbose(2, "[Dir %s] Closing (handle=%RU32)\n", pDir ? pDir->pszPathAbs : "<Not found>", uHandle);
     1150            VGSvcVerbose(2, "[Dir %s] Closing (handle=%RU32)\n", pDir->pszPathAbs : "<Not found>", uHandle);
    11511151            rc = vgsvcGstCtrlSessionDirFree(pDir);
    11521152        }
     
    13081308        if (pDir)
    13091309        {
    1310             VGSvcVerbose(2, "[Dir %s] Rewinding (handle=%RU32)\n", pDir ? pDir->pszPathAbs : "<Not found>", uHandle);
     1310            VGSvcVerbose(2, "[Dir %s] Rewinding (handle=%RU32)\n", pDir->pszPathAbs : "<Not found>", uHandle);
    13111311
    13121312            rc = RTDirRewind(pDir->hDir);
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