VirtualBox

Ignore:
Timestamp:
Dec 14, 2011 2:19:55 PM (13 years ago)
Author:
vboxsync
Message:

IPRT/*: add _NO_SYMLINKS flags to certain functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTDirCreateUniqueNumbered-generic.cpp

    r36604 r39612  
    5454
    5555    /* First try is to create the path without any numbers. */
    56     int rc = RTDirCreate(pszPath, fMode);
     56    int rc = RTDirCreate(pszPath, fMode, 0);
    5757    if (   RT_SUCCESS(rc)
    5858        || rc != VERR_ALREADY_EXISTS)
     
    8989            return (int)rc2;
    9090        }
    91         rc = RTDirCreate(pszPath, fMode);
     91        rc = RTDirCreate(pszPath, fMode, 0);
    9292        if (RT_SUCCESS(rc))
    9393            return rc;
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