зеркало из https://github.com/mozilla/gecko-dev.git
remove a warning. get nntpTest closer to working...
This commit is contained in:
Родитель
367d5114e2
Коммит
30e65e2174
|
@ -472,7 +472,7 @@ PRInt32 nsNNTPProtocol::LoadURL(nsIURL * aURL, nsISupports * aConsumer)
|
|||
PRBool cancel = FALSE;
|
||||
char* colon;
|
||||
nsINNTPNewsgroupPost *message=NULL;
|
||||
char *message_id = 0;
|
||||
//char *message_id = 0;
|
||||
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
|
|
|
@ -233,9 +233,9 @@ nsNntpTestDriver::InitializeProtocol(const char * urlString)
|
|||
return rv;
|
||||
}
|
||||
|
||||
//m_url->foobar(urlString);
|
||||
m_url->SetSpec(urlString);
|
||||
|
||||
// now create a protocl instance...
|
||||
// now create a protocol instance...
|
||||
m_nntpProtocol = new nsNNTPProtocol(m_url, m_transport);
|
||||
m_protocolInitialized = PR_TRUE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче