Fix crashing issue with bridged networking [GH-673]

master
Mitchell Hashimoto 2012-01-23 10:04:36 -08:00
parent f2eff93c38
commit ae8b476639
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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 {