[Groonga-commit] droonga/droonga-engine at f15dfd6 [master] Follow variable name change

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 24 15:56:11 JST 2014


Kouhei Sutou	2014-06-24 15:56:11 +0900 (Tue, 24 Jun 2014)

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

  Message:
    Follow variable name change

  Modified files:
    lib/droonga/engine.rb

  Modified: lib/droonga/engine.rb (+1 -1)
===================================================================
--- lib/droonga/engine.rb    2014-06-24 15:56:05 +0900 (571d5ee)
+++ lib/droonga/engine.rb    2014-06-24 15:56:11 +0900 (669114f)
@@ -40,7 +40,7 @@ module Droonga
       @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
 
-------------- next part --------------
HTML����������������������������...
Download 



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