Initialize the connection ivar for SSH

This commit is contained in:
Mitchell Hashimoto 2012-01-07 11:57:46 -08:00
parent 186dde5e11
commit d9f5cbce3e
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ module Vagrant
def initialize(vm)
@vm = vm
@logger = Log4r::Logger.new("vagrant::communication::ssh")
@connection = nil
end
def ready?