Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 26, 2014
1 parent 78e6a58 commit 2e5313a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/dispatcher.rb
Expand Up @@ -171,7 +171,7 @@ def dispatch_steps(steps)
steps.each do |step|
dataset = @catalog.dataset(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]
Expand Down

0 comments on commit 2e5313a

Please sign in to comment.