Changing dir create permissions to 775.
git-svn-id: svn://10.0.0.236/trunk@66151 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
234e9d93d3
commit
d54f4ee028
@ -515,7 +515,7 @@ nsJARChannel::GetCacheFile(nsIFile* *cacheFile)
|
||||
rv = jarCacheFile->Exists(&exists);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
if (!exists) {
|
||||
rv = jarCacheFile->Create(nsIFile::DIRECTORY_TYPE, 0664);
|
||||
rv = jarCacheFile->Create(nsIFile::DIRECTORY_TYPE, 0775);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
|
||||
@ -515,7 +515,7 @@ nsJARChannel::GetCacheFile(nsIFile* *cacheFile)
|
||||
rv = jarCacheFile->Exists(&exists);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
if (!exists) {
|
||||
rv = jarCacheFile->Create(nsIFile::DIRECTORY_TYPE, 0664);
|
||||
rv = jarCacheFile->Create(nsIFile::DIRECTORY_TYPE, 0775);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user