fix problem where we forgot to append "." to the server key

This commit is contained in:
alecf%netscape.com 1999-09-19 23:57:53 +00:00
Родитель 8ad67117c7
Коммит 7a81c47ed7
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -122,6 +122,7 @@ nsSmtpServer::getPrefString(const char *pref, nsCAutoString& result)
{
result = "mail.smtpserver.";
result += mKey;
result += ".";
result += pref;
return NS_OK;