зеркало из https://github.com/mozilla/gecko-dev.git
fix build problem with missing parameter when call SendMailMessage. Add an empty host name
This commit is contained in:
Родитель
f9e4b48724
Коммит
fe51436753
|
@ -373,7 +373,7 @@ nsresult nsSmtpTestDriver::OnSendMessageInFile()
|
|||
|
||||
nsFilePath filePath (fileName);
|
||||
nsIURL * url = nsnull;
|
||||
m_smtpService->SendMailMessage(filePath, m_host, userName, recipients, &url);
|
||||
m_smtpService->SendMailMessage(filePath, "", userName, recipients, &url);
|
||||
if (url)
|
||||
url->QueryInterface(nsISmtpUrl::IID(), (void **) &m_smtpUrl);
|
||||
NS_IF_RELEASE(url);
|
||||
|
|
Загрузка…
Ссылка в новой задаче