fix build problem in test harness

This commit is contained in:
bienvenu%netscape.com 1999-04-26 23:44:01 +00:00
Родитель 0de7b981be
Коммит 96e0c9cd2b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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...
}