зеркало из https://github.com/mozilla/gecko-dev.git
fix solaris bustage
This commit is contained in:
Родитель
ede250feb0
Коммит
fc34bf545b
|
@ -302,7 +302,7 @@ nsSmtpService::createKeyedServer(const char *key, nsISmtpServer** aResult)
|
|||
if (NS_SUCCEEDED(rv)) {
|
||||
nsXPIDLCString serverList;
|
||||
prefs->CopyCharPref("mail.smtpservers",getter_Copies(serverList));
|
||||
if (serverList && *serverList) {
|
||||
if (serverList && *((const char*)serverList)) {
|
||||
nsCAutoString newServerList(serverList);
|
||||
newServerList += ',';
|
||||
newServerList += key;
|
||||
|
|
Загрузка…
Ссылка в новой задаче