ossp-pkg/path/path_temp.c 1.3 -> 1.4
--- path_temp.c 2003/02/16 11:39:23 1.3
+++ path_temp.c 2005/03/04 16:34:42 1.4
@@ -152,7 +152,7 @@
return PATH_ERR_SYS;
}
else if (id == PATH_TEMP_DIR) {
- if (mkdir(path, 0700) == 0) {
+ if (mkdir(path, 0711) == 0) {
rc = PATH_OK;
break;
}
|
|