mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Bug 896093 - Reference proper variable when blocked port is used; r=trivial
This commit is contained in:
parent
be010ebce9
commit
1f0e635098
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user