VirtualBox

Changeset 53834 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Jan 15, 2015 8:02:36 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97647
Message:

missing error handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/com.cpp

    r50249 r53834  
    255255            {
    256256                vrc = composeHomePath(aDir, aDirLen, apcszUserHome[i]);
    257                 if (RTDirExists(aDir))
     257                if (   RT_SUCCESS(vrc)
     258                    && RTDirExists(aDir))
    258259                {
    259260                    fFound = true;
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