Changeset 42708 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Aug 9, 2012 10:15:38 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79914
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r40104 r42708 1570 1570 if (RT_FAILURE(rc)) 1571 1571 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTPathAppend failed: %Rrc", rc); 1572 rc = RTDirCreateTemp(szTempDir );1572 rc = RTDirCreateTemp(szTempDir, 0700); 1573 1573 if (RT_FAILURE(rc)) 1574 1574 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTDirCreateTemp failed: %Rrc", rc);
Note:
See TracChangeset
for help on using the changeset viewer.