[Groonga-commit] droonga/droonga-engine at cf84948 [master] Fix mismatched variable name

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 1 19:37:15 JST 2015


YUKI Hiroshi	2015-04-01 19:37:15 +0900 (Wed, 01 Apr 2015)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2015-04-01 19:29:20 +0900 (b315b49)
+++ lib/droonga/dispatcher.rb    2015-04-01 19:37:15 +0900 (1a72713)
@@ -271,7 +271,7 @@ module Droonga
     end
 
     def direct_route?(route)
-      receiver = destination["to"]
+      receiver = route["to"]
       @cluster.engine_nodes.all? do |node|
         node.name != receiver
       end
-------------- next part --------------
HTML����������������������������...
Descargar 



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