fix #8364. this gets rid of a really annoying assert on the Mac when using IMAP.

git-svn-id: svn://10.0.0.236/trunk@43452 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-08-18 02:27:17 +00:00
parent 69d0c248e5
commit 7cbe5cebb7

View File

@@ -127,9 +127,6 @@ nsImapURI2Path(const char* rootURI, const char* uriStr, nsFileSpec& pathResult)
rv = server->GetLocalPath(&localPath);
if (NS_SUCCEEDED(rv)) {
nsFilePath dirPath(localPath, PR_TRUE);
nsFileSpec dirSpec(dirPath); // recursive create the parent directory
pathResult = localPath;
pathResult.CreateDirectory();
PL_strfree(localPath);