[Groonga-commit] droonga/droonga-engine at 01c57e6 [master] Fix mismatched tag name

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Apr 21 17:07:45 JST 2015


YUKI Hiroshi	2015-04-21 17:07:45 +0900 (Tue, 21 Apr 2015)

  New Revision: 01c57e67ac23044b14219280dc0a8bb957ab9482
  https://github.com/droonga/droonga-engine/commit/01c57e67ac23044b14219280dc0a8bb957ab9482

  Message:
    Fix mismatched tag name

  Modified files:
    lib/droonga/serf.rb

  Modified: lib/droonga/serf.rb (+1 -1)
===================================================================
--- lib/droonga/serf.rb    2015-04-21 16:49:16 +0900 (bf3b87c)
+++ lib/droonga/serf.rb    2015-04-21 17:07:45 +0900 (7369213)
@@ -135,7 +135,7 @@ module Droonga
         nodes[member["name"]] = {
           "type" => member["tags"]["type"],
           "role" => member["tags"]["role"],
-          "accept_messages_newer_than" => member["tags"]["accept-messages-newer-than"],
+          "accept_messages_newer_than" => member["tags"]["accept-newer-than"],
           "live" => member["status"] == "alive",
         }
       end
-------------- next part --------------
HTML����������������������������...
Download 



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