VirtualBox

Changeset 36210 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Mar 8, 2011 5:40:10 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70422
Message:

DrvIntNet: todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp

    r36155 r36210  
    22772277                 VERR_INVALID_PARAMETER);
    22782278
     2279
     2280    /*
     2281     * Setup/change the core dump directory if specified.
     2282     */
    22792283    RT_ZERO(g_szCoreDumpDir);
    22802284    if (pszOutputDir)
    22812285    {
    2282         if (RTDirExists(pszOutputDir))
    2283             RTStrCopy(g_szCoreDumpDir, sizeof(g_szCoreDumpDir), pszOutputDir);
    2284         else
     2286        if (!RTDirExists(pszOutputDir))
    22852287            return VERR_NOT_A_DIRECTORY;
     2288        RTStrCopy(g_szCoreDumpDir, sizeof(g_szCoreDumpDir), pszOutputDir);
    22862289    }
    22872290
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