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

Back to archive index

Piro / YUKI Hiroshi null+****@clear*****
Thu Apr 23 02:33:14 JST 2015


Piro / YUKI Hiroshi	2015-04-23 02:33:14 +0900 (Thu, 23 Apr 2015)

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

  Message:
    Fix mismatched variable name

  Modified files:
    lib/droonga/cluster.rb

  Modified: lib/droonga/cluster.rb (+1 -1)
===================================================================
--- lib/droonga/cluster.rb    2015-04-23 01:54:24 +0900 (151235e)
+++ lib/droonga/cluster.rb    2015-04-23 02:33:14 +0900 (1798547)
@@ -101,7 +101,7 @@ module Droonga
 
     def refresh_connection_for(name)
       engine_nodes.each do |node|
-        if node.name == receiver_node_name
+        if node.name == name
           node.refresh_connection
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



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