зеркало из https://github.com/mozilla/pjs.git
comment out NS_ASSERTION in SetHostPort(); this is a temporary fix
This commit is contained in:
Родитель
6a139fe68b
Коммит
f1ee6ff1ed
|
@ -676,7 +676,7 @@ nsresult nsPop3URL::GetHostPort(PRUint32 *result) const
|
|||
|
||||
nsresult nsPop3URL::SetHostPort(PRUint32 aNewPort)
|
||||
{
|
||||
NS_ASSERTION(m_URL_s == nsnull, "URL has already been opened");
|
||||
// NS_ASSERTION(m_URL_s == nsnull, "URL has already been opened");
|
||||
NS_LOCK_INSTANCE();
|
||||
m_port = aNewPort;
|
||||
ReconstructSpec();
|
||||
|
|
Загрузка…
Ссылка в новой задаче