Skip to content

Commit

Permalink
fix for flakey-dns.rb example
Browse files Browse the repository at this point in the history
  • Loading branch information
kalemail committed Nov 14, 2016
1 parent b596c60 commit 543ba2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/flakey-dns.rb
Expand Up @@ -49,8 +49,8 @@ def startup
logger.info 'Dropping domain MICROSOFT...'
transaction.fail!(:NXDomain)
else
# Pass the request to the otherwise handler
false
logger.info 'Passing DNS request upstream...'
transaction.passthrough!(fallback_resolver_supervisor.actors.first)
end
end

Expand Down

0 comments on commit 543ba2e

Please sign in to comment.