From c60e1161215592d8098776d0bb024647d29eac64 Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Tue, 3 Nov 2015 17:16:31 +0200 Subject: [PATCH] Remove redundant app call from action "handle_forwarded_port_collisions" This call should not be in the `handle` helper method. It is specified in the `call` method already. --- lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb b/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb index b53ba35c2..e9ea90493 100644 --- a/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb +++ b/lib/vagrant/action/builtin/handle_forwarded_port_collisions.rb @@ -156,8 +156,6 @@ module Vagrant new_port: repaired_port.to_s)) end end - - @app.call(env) end def lease_check(port)