Fixed port emit, it was using remotePort instead of localPort

This commit is contained in:
Matt 2014-05-09 17:14:15 -06:00
parent eb4b62e9c4
commit e70ae9c533

View File

@ -500,7 +500,7 @@ var pool = module.exports = function pool(options, authorizeFn){
params.nTime, params.nTime,
params.nonce, params.nonce,
client.remoteAddress, client.remoteAddress,
client.socket.remotePort, client.socket.localPort,
params.name params.name
); );