[Groonga-commit] droonga/express-droonga at 9a9157f [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Sun Nov 30 20:27:06 JST 2014


YUKI Hiroshi	2014-11-30 20:27:06 +0900 (Sun, 30 Nov 2014)

  New Revision: 9a9157fd4454a9a2112cce3ee34344ea138dd1cb
  https://github.com/droonga/express-droonga/commit/9a9157fd4454a9a2112cce3ee34344ea138dd1cb

  Message:
    Fix typo

  Modified files:
    lib/serf/client.js

  Modified: lib/serf/client.js (+1 -1)
===================================================================
--- lib/serf/client.js    2014-11-30 20:20:43 +0900 (1944252)
+++ lib/serf/client.js    2014-11-30 20:27:06 +0900 (96d5c99)
@@ -89,7 +89,7 @@ Client.prototype = {
             member.Addr     == this._rpcHost)
           clusterIds.sameHost = member.Tags.cluster_id;
         if ((member.HostName &&
-             priorityHostsMatcher.test(mmember.HostName)) ||
+             priorityHostsMatcher.test(member.HostName)) ||
             priorityHostsMatcher.test(String(member.Addr)))
           clsuterIds.priority = member.Tags.cluster_id;
 
-------------- next part --------------
HTML����������������������������...
下載 



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