VirtualBox

Changeset 107413 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Jan 6, 2025 12:13:18 PM (13 days ago)
Author:
vboxsync
Message:

Host Services/Shared Folders: Fixed a warning found by Parfait. ​jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/mappings.cpp

    r106061 r107413  
    230230}
    231231
    232 
    233232MAPPING *vbsfMappingGetByRoot(SHFLROOT root)
    234233{
     
    236235    {
    237236        SHFLROOT iMapping = g_aIndexFromRoot[root];
    238 
    239         if (   iMapping != SHFL_ROOT_NIL
    240             && iMapping < RT_ELEMENTS(g_FolderMapping))
    241         {
     237        if (iMapping != SHFL_ROOT_NIL)
    242238            return &g_FolderMapping[iMapping];
    243         }
    244239    }
    245240
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