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:
commit
9ce26393bb
|
@ -156,8 +156,6 @@ module Vagrant
|
||||||
new_port: repaired_port.to_s))
|
new_port: repaired_port.to_s))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@app.call(env)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def lease_check(port)
|
def lease_check(port)
|
||||||
|
|
Loading…
Reference in New Issue