[Groonga-commit] droonga/droonga-engine at d491af7 [master] 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: d491af765f611c2f3b91e943a84696525827d5ce
  https://github.com/droonga/droonga-engine/commit/d491af765f611c2f3b91e943a84696525827d5ce

  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