зеркало из https://github.com/mozilla/pjs.git
fix build problem in test harness
This commit is contained in:
Родитель
0de7b981be
Коммит
96e0c9cd2b
|
@ -506,7 +506,7 @@ nsresult nsIMAP4TestDriver::OnFetchMessage()
|
|||
SetupInbox();
|
||||
if (NS_SUCCEEDED(rv) && m_inbox)
|
||||
rv = imapService->FetchMessage(m_eventQueue, m_inbox /* imap folder sink */, nsnull, /* imap message sink */ this /* url listener */, nsnull,
|
||||
uidString, PR_TRUE);
|
||||
nsnull, uidString, PR_TRUE);
|
||||
nsServiceManager::ReleaseService(kCImapService, imapService);
|
||||
m_runningURL = PR_TRUE; // we are now running a url...
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче