part of fix for 28891 r=mscott, a=phil

This commit is contained in:
bienvenu%netscape.com 2000-02-25 01:19:13 +00:00
Родитель 58eb012885
Коммит 408197527f
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1686,6 +1686,14 @@ NS_IMETHODIMP nsImapIncomingServer::OnLogonRedirectionReply(const PRUnichar *pHo
pEventQService->GetThreadEventQueue(NS_CURRENT_THREAD,
getter_AddRefs(aEventQueue));
// logoff so some one else can use the connection.
if (m_logonRedirector)
{
nsXPIDLCString userName;
GetUsername(getter_Copies(userName));
m_logonRedirector->Logoff(userName);
}
m_redirectedLogonRetries = 0; // we got through, so reset this counter.
PRUint32 cnt = 0;