Bug 896093 - Reference proper variable when blocked port is used; r=trivial

This commit is contained in:
Gregory Szorc 2013-07-23 13:53:01 -07:00
parent be010ebce9
commit 1f0e635098

View File

@ -547,7 +547,7 @@ nsHttpServer.prototype =
if (!allowed)
{
dumpn(">>>Warning: obtained ServerSocket listens on a blocked " +
"port: " + socket.port);
"port: " + temp.port);
}
if (!allowed && this._port == -1)