Fixed port emit, it was using remotePort instead of localPort
This commit is contained in:
parent
eb4b62e9c4
commit
e70ae9c533
@ -500,7 +500,7 @@ var pool = module.exports = function pool(options, authorizeFn){
|
||||
params.nTime,
|
||||
params.nonce,
|
||||
client.remoteAddress,
|
||||
client.socket.remotePort,
|
||||
client.socket.localPort,
|
||||
params.name
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user