зеркало из https://github.com/mozilla/pjs.git
was not setting the "type" attribute during CreateIncomingServer
fixes #16075 r=sspitzer
This commit is contained in:
Родитель
b51c79328b
Коммит
d38478e5d6
|
@ -558,7 +558,8 @@ nsMsgAccountManager::createKeyedServer(const char* key,
|
|||
PR_smprintf_free(NS_CONST_CAST(char*, serverProgID));
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
server->SetKey(NS_CONST_CAST(char *,key));
|
||||
server->SetKey(key);
|
||||
server->SetType(type);
|
||||
|
||||
nsStringKey hashKey(key);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче