call m_transport->Open(m_runningUrl) prior calling SendData()

This commit is contained in:
jefft%netscape.com 1999-03-24 01:56:54 +00:00
parent 79249d3592
commit 7409f2b127

View File

@ -452,6 +452,7 @@ nsresult nsImapProtocol::LoadUrl(nsIURL * aURL, nsISupports * aConsumer)
// urls");
// ********** jefft ********* okay let's use ? search string
// for passing the raw command now.
rv = m_transport->Open(m_runningUrl);
const char *search = nsnull;
aURL->GetSearch(&search);
char *tmpBuffer = nsnull;