[Groonga-commit] droonga/droonga-engine at 4f13d15 [master] Fix wrong variable reference

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 21 15:45:57 JST 2014


Kouhei Sutou	2014-04-21 15:45:57 +0900 (Mon, 21 Apr 2014)

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

  Message:
    Fix wrong variable reference

  Modified files:
    lib/droonga/engine/command/droonga_engine.rb

  Modified: lib/droonga/engine/command/droonga_engine.rb (+2 -2)
===================================================================
--- lib/droonga/engine/command/droonga_engine.rb    2014-04-21 15:45:22 +0900 (226e22b)
+++ lib/droonga/engine/command/droonga_engine.rb    2014-04-21 15:45:57 +0900 (42ed8bf)
@@ -106,8 +106,8 @@ module Droonga
 
         def run_receiver(loop, engine)
           receiver_options = {
-            :host => options.host,
-            :port => options.port,
+            :host => @host,
+            :port => @port,
           }
           on_message = lambda do |tag, time, record|
             prefix, type, *arguments = tag.split(/\./)
-------------- next part --------------
HTML����������������������������...
Download 



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