fix multiple connection protection code by making sure host name is set correctly when processing selected state url, fixes a regression by backing out one line of change r/sr/a=sspizer 215776

This commit is contained in:
bienvenu%nventure.com 2003-08-11 16:36:20 +00:00
Родитель 49646fc97a
Коммит 93ce81336f
1 изменённых файлов: 171 добавлений и 169 удалений

Просмотреть файл

@ -1945,6 +1945,8 @@ void nsImapProtocol::ProcessSelectedStateURL()
imapMessageFlagsType msgFlags = 0;
nsCString urlHost;
(void) GetImapHostName(); // force m_hostName to get set.
// this can't fail, can it?
nsresult res;
res = m_runningUrl->GetImapAction(&m_imapAction);