[Groonga-commit] droonga/droonga-engine at bbe22d4 [buffered-forward] Compare given target node with myself correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Mar 25 12:17:31 JST 2015


YUKI Hiroshi	2015-03-25 12:17:31 +0900 (Wed, 25 Mar 2015)

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

  Message:
    Compare given target node with myself correctly

  Modified files:
    lib/droonga/command/remote.rb

  Modified: lib/droonga/command/remote.rb (+1 -1)
===================================================================
--- lib/droonga/command/remote.rb    2015-03-25 11:47:07 +0900 (f52f4e5)
+++ lib/droonga/command/remote.rb    2015-03-25 12:17:31 +0900 (4c7fa44)
@@ -104,7 +104,7 @@ module Droonga
         end
 
         def for_me?
-          target_node == @serf_name
+          target_node == node
         end
 
         def catalog
-------------- next part --------------
HTML����������������������������...
Download 



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