зеркало из https://github.com/mozilla/gecko-dev.git
fix 19420, make sure we override cached redirector type if it changes r/sr=sspitzer
This commit is contained in:
Родитель
8394cd41f0
Коммит
0a30b8b2a5
|
@ -1409,6 +1409,7 @@ NS_IMETHODIMP nsImapIncomingServer::GetRedirectorType(char **redirectorType)
|
|||
|
||||
NS_IMETHODIMP nsImapIncomingServer::SetRedirectorType(const char *redirectorType)
|
||||
{
|
||||
m_redirectorType = redirectorType;
|
||||
return (SetCharValue("redirector_type", redirectorType));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче