Merge pull request #6479 from legal90/fix-fp-collision-handling

Bugfix: Remove redundant app call from action "handle_forwarded_port_collisions"
This commit is contained in:
Mitchell Hashimoto 2015-11-18 15:13:40 -08:00
commit 9ce26393bb
1 changed files with 0 additions and 2 deletions

View File

@ -156,8 +156,6 @@ module Vagrant
new_port: repaired_port.to_s))
end
end
@app.call(env)
end
def lease_check(port)