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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user