diff --git a/mailnews/compose/src/nsSmtpProtocol.cpp b/mailnews/compose/src/nsSmtpProtocol.cpp index 66aa70339c7a..53ec79ab064c 100644 --- a/mailnews/compose/src/nsSmtpProtocol.cpp +++ b/mailnews/compose/src/nsSmtpProtocol.cpp @@ -366,7 +366,7 @@ NS_IMETHODIMP nsSmtpProtocol::OnStopBinding(nsIURL* aURL, nsresult aStatus, cons { // what can we do? we can close the stream? m_urlInProgress = PR_FALSE; // don't close the connection...we may be re-using it. - // CloseConnection(); + m_runningURL->SetUrlState(PR_FALSE, NS_OK); // and we want to mark ourselves for deletion or some how inform our protocol manager that we are // available for another url if there is one....