[Groonga-commit] droonga/droonga-engine at 5fd38b7 [master] Add missing argument

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Thu May 8 16:15:03 JST 2014


YUKI Hiroshi	2014-05-08 16:15:03 +0900 (Thu, 08 May 2014)

  New Revision: 5fd38b75bdc655ed1198e97bc72e8ef3ae977fa4
  https://github.com/droonga/droonga-engine/commit/5fd38b75bdc655ed1198e97bc72e8ef3ae977fa4

  Message:
    Add missing argument

  Modified files:
    lib/droonga/serf_event_handler.rb

  Modified: lib/droonga/serf_event_handler.rb (+1 -1)
===================================================================
--- lib/droonga/serf_event_handler.rb    2014-05-08 16:11:40 +0900 (4195df1)
+++ lib/droonga/serf_event_handler.rb    2014-05-08 16:15:03 +0900 (8697173)
@@ -67,7 +67,7 @@ module Droonga
       @payload = STDIN.read
     end
 
-    def parse_changed_nodes
+    def parse_changed_nodes(payload)
       nodes = {}
       payload.each_line do |node|
         name, address, role, tags = node.strip.split(/\s+/)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index