fix 50059 subscribing to newsgroups in new profile not working r=mscott

This commit is contained in:
bienvenu%netscape.com 2000-08-25 01:52:12 +00:00
Родитель 056b55e497
Коммит 908c2d585f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -226,7 +226,7 @@ nsNntpIncomingServer::GetNewsrcRootPath(nsIFileSpec **aNewsrcRootPath)
PRBool exists;
rv = localFile->Exists(&exists);
if (NS_SUCCEEDED(rv) && !exists) return rv;
if (NS_SUCCEEDED(rv) && !exists)
rv = localFile->Create(nsIFile::DIRECTORY_TYPE, 0775);
if (NS_FAILED(rv)) return rv;