Navigation Menu

Skip to content

Commit

Permalink
Fix wrong variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 21, 2014
1 parent 4f005f2 commit 4f13d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/droonga/engine/command/droonga_engine.rb
Expand Up @@ -106,8 +106,8 @@ def engine_name

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(/\./)
Expand Down

0 comments on commit 4f13d15

Please sign in to comment.