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

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Jun 26 11:42:44 JST 2014


YUKI Hiroshi	2014-06-26 11:42:44 +0900 (Thu, 26 Jun 2014)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/dispatcher.rb

  Modified: lib/droonga/dispatcher.rb (+1 -1)
===================================================================
--- lib/droonga/dispatcher.rb    2014-06-26 11:41:25 +0900 (c4ffd89)
+++ lib/droonga/dispatcher.rb    2014-06-26 11:42:44 +0900 (c09bc15)
@@ -171,7 +171,7 @@ module Droonga
       steps.each do |step|
         dataset =****@catal*****(step["dataset"])
         if dataset
-          routes = dataset.get_routes(step, @state.live_nodes)
+          routes = dataset.get_routes(step, @engine_state.live_nodes)
           step["routes"] = routes
         else
           step["routes"] ||= [id]
-------------- next part --------------
HTML����������������������������...
다운로드 



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