Navigation Menu

Skip to content

Commit

Permalink
Follow variable name change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 24, 2014
1 parent 2cb9f39 commit f15dfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine.rb
Expand Up @@ -40,7 +40,7 @@ def initialize(loop, name, internal_name)
@live_nodes_list_observer = FileObserver.new(loop, Path.live_nodes)
@live_nodes_list_observer.on_change = lambda do
@live_nodes = load_live_nodes
@dispatcher.live_nodes = live_nodes if @dispatcher
@dispatcher.live_nodes = @live_nodes if @dispatcher
end
end

Expand Down

0 comments on commit f15dfd6

Please sign in to comment.