YUKI Hiroshi
null+****@clear*****
Wed Nov 5 15:32:04 JST 2014
YUKI Hiroshi 2014-11-05 15:32:04 +0900 (Wed, 05 Nov 2014) New Revision: f052e2255f3e467275c69e348b265ad4ba1323a6 https://github.com/droonga/express-droonga/commit/f052e2255f3e467275c69e348b265ad4ba1323a6 Message: Fix mismatched variable name Modified files: lib/droonga-protocol/connection-pool.js Modified: lib/droonga-protocol/connection-pool.js (+1 -1) =================================================================== --- lib/droonga-protocol/connection-pool.js 2014-11-05 15:25:15 +0900 (52cb727) +++ lib/droonga-protocol/connection-pool.js 2014-11-05 15:32:04 +0900 (924b1d4) @@ -153,7 +153,7 @@ ConnectionPool.prototype = { rpcAddress = this._serf.rpcAddress; var commandLine = [ commandPath, - '--rpc-address=' + hostName, + '--rpc-address=' + rpcAddress, '--droonga-engine-port=' + this._params.port, '--tag=' + this._params.tag ].join(' '); -------------- next part -------------- HTML����������������������������...ダウンロード