[Groonga-commit] droonga/droonga-http-server at 635f81f [master] Fix mismatched property name

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Oct 31 18:56:30 JST 2014


YUKI Hiroshi	2014-10-31 18:56:30 +0900 (Fri, 31 Oct 2014)

  New Revision: 635f81fbed6bbb9d3650a555ac5328cd68188a87
  https://github.com/droonga/droonga-http-server/commit/635f81fbed6bbb9d3650a555ac5328cd68188a87

  Message:
    Fix mismatched property name

  Modified files:
    lib/serf/client.js

  Modified: lib/serf/client.js (+1 -1)
===================================================================
--- lib/serf/client.js    2014-10-31 18:36:42 +0900 (b8ab7b6)
+++ lib/serf/client.js    2014-10-31 18:56:30 +0900 (9cc9494)
@@ -91,7 +91,7 @@ Client.prototype = {
         if (matched)
           member.HostName = matched[1];
         return matched &&
-                 matched[2] == this._droongaPort &&
+                 matched[2] == this._droongaEnginePort &&
                  matched[3] == this._droongaTag &&
                  member.Status == 'alive';
       }, this);
-------------- next part --------------
HTML����������������������������...
Télécharger 



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