Fix crashing issue with bridged networking [GH-673]
This commit is contained in:
parent
f2eff93c38
commit
ae8b476639
|
@ -1,6 +1,7 @@
|
|||
## 0.9.3 (unreleased)
|
||||
|
||||
- Proper error handling for not enough arguments to `box` commands.
|
||||
- Fix issue causing crashes with bridged networking. [GH-673]
|
||||
|
||||
## 0.9.2 (January 20, 2012)
|
||||
|
||||
|
|
|
@ -341,7 +341,7 @@ module Vagrant
|
|||
chosen_bridge = bridgedifs[choice - 1][:name]
|
||||
end
|
||||
|
||||
@logger.info("Bridging adapter #{config[:adapter]} to #{bridge}")
|
||||
@logger.info("Bridging adapter #{config[:adapter]} to #{chosen_bridge}")
|
||||
|
||||
# Given the choice we can now define the adapter we're using
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue