load the smtp server list before loading the default server
This commit is contained in:
alecf%netscape.com 2000-09-18 06:13:53 +00:00
Родитель b4e0ba6d1f
Коммит 68b4837c49
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -668,6 +668,8 @@ nsSmtpService::GetDefaultServer(nsISmtpServer **aServer)
nsresult rv;
loadSmtpServers();
*aServer = nsnull;
// always returns NS_OK, just leaving *aServer at nsnull
if (!mDefaultSmtpServer) {