fix horribly obvious typo that might cause assertions (surprised it hasn't already)

git-svn-id: svn://10.0.0.236/trunk@70806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2000-05-25 05:14:24 +00:00
parent d2142ef832
commit aee143cbf7

View File

@@ -1449,7 +1449,7 @@ nsParseNewMailState::Init(nsIFolder *rootFolder, nsFileSpec &folder, nsIOFileStr
return rv;
nsCOMPtr <nsIMsgFolder> rootMsgFolder = do_QueryInterface(rootFolder, &rv);
NS_ENSURE_TRUE(rv, rv);
NS_ENSURE_SUCCESS(rv, rv);
nsCOMPtr<nsIMsgIncomingServer> server;
rv = rootMsgFolder->GetServer(getter_AddRefs(server));