From e70ae9c5337f48060b28615f85682712506540bb Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 9 May 2014 17:14:15 -0600 Subject: [PATCH] Fixed port emit, it was using remotePort instead of localPort --- lib/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pool.js b/lib/pool.js index 27fe28f..47acb5f 100644 --- a/lib/pool.js +++ b/lib/pool.js @@ -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 );