fixed bug26770 - Messages downloaded twice after hitting stop in POP download; r=bienvenu

This commit is contained in:
jefft%netscape.com 2000-06-11 05:23:23 +00:00
Родитель 6b0e81b962
Коммит 8c934854d2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -602,6 +602,7 @@ NS_IMETHODIMP nsPop3Protocol::OnStopRequest(nsIChannel * aChannel, nsISupports *
if (server)
server->SetServerBusy(PR_FALSE); // the server is now busy
}
CommitState(PR_TRUE);
return rv;
}