зеркало из https://github.com/mozilla/pjs.git
fix for #35803 r=sspitzer
load the smtp server list before loading the default server
This commit is contained in:
Родитель
b4e0ba6d1f
Коммит
68b4837c49
|
@ -668,6 +668,8 @@ nsSmtpService::GetDefaultServer(nsISmtpServer **aServer)
|
|||
|
||||
nsresult rv;
|
||||
|
||||
loadSmtpServers();
|
||||
|
||||
*aServer = nsnull;
|
||||
// always returns NS_OK, just leaving *aServer at nsnull
|
||||
if (!mDefaultSmtpServer) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче