зеркало из https://github.com/mozilla/pjs.git
Fixed bug 36831. Removed an accidental checkin of an assertion.
This commit is contained in:
Родитель
7b6f80d5fb
Коммит
f9ff19a205
|
@ -2328,12 +2328,7 @@ nsSocketTransport::fireStatus(PRUint32 aCode)
|
|||
if (mPrintHost)
|
||||
mesg.AppendWithConversion(mPrintHost);
|
||||
else
|
||||
{
|
||||
#ifdef DEBUG_gagan
|
||||
NS_ASSERTION(0, "no print host specified for this socket!");
|
||||
#endif
|
||||
mesg.AppendWithConversion(mHostName);
|
||||
}
|
||||
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче