зеркало из https://github.com/mozilla/pjs.git
fixed bug26770 - Messages downloaded twice after hitting stop in POP download; r=bienvenu
This commit is contained in:
Родитель
6b0e81b962
Коммит
8c934854d2
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче