[Groonga-commit] droonga/express-droonga at 5b96d64 [master] Don't call "join" for member.Addr because it is not a function

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Nov 30 19:59:30 JST 2014


YUKI Hiroshi	2014-11-30 19:59:30 +0900 (Sun, 30 Nov 2014)

  New Revision: 5b96d64cea40b8d27d89e8a8916c1ab936e0a6b3
  https://github.com/droonga/express-droonga/commit/5b96d64cea40b8d27d89e8a8916c1ab936e0a6b3

  Message:
    Don't call "join" for member.Addr because it is not a function

  Modified files:
    lib/serf/client.js

  Modified: lib/serf/client.js (+1 -1)
===================================================================
--- lib/serf/client.js    2014-11-30 19:59:06 +0900 (06c4a06)
+++ lib/serf/client.js    2014-11-30 19:59:30 +0900 (e4b374a)
@@ -83,7 +83,7 @@ Client.prototype = {
           member.HostName = matched[1];
 
         if (member.HostName == this._droongaEngineHost ||
-            member.Addr.join('.') == this._droongaEngineHost)
+            member.Addr == this._droongaEngineHost)
           clusterId = member.Tags.cluster_id;
 
         return matched &&
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index