Navigation Menu

Skip to content

Commit

Permalink
Revert "Use "just" instead of "only""
Browse files Browse the repository at this point in the history
This reverts commit dcb31a8.
  • Loading branch information
piroor committed Jun 27, 2014
1 parent 74928e1 commit 02e30fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/droonga/dispatcher.rb
Expand Up @@ -162,11 +162,11 @@ def dispatch(message, destination)
if local?(destination)
process_internal_message(message)
else
just_reserve = @engine_state.dead_nodes.include?(destination)
only_reserve = @engine_state.dead_nodes.include?(destination)
@forwarder.forward(@message.merge("body" => message),
"type" => "dispatcher",
"to" => destination,
"reserve" => just_reserve)
"type" => "dispatcher",
"to" => destination,
"reserve" => only_reserve)
end
end

Expand Down

0 comments on commit 02e30fa

Please sign in to comment.