Navigation Menu

Skip to content

Commit

Permalink
Validate requests of system.absorb-data correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent cddebbe commit 78fd3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/plugins/system/absorb_data.rb
Expand Up @@ -244,7 +244,7 @@ def log_tag
end

def handle(message)
raise MissingHostParameter.new unless message.include?("host")
raise MissingHostParameter.new unless message.request.include?("host")
super
end

Expand Down

0 comments on commit 78fd3b5

Please sign in to comment.