mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Fix a rather dumb error on my part where after checking the code behaviour and then moving it to the driver, switched to using the instance variable instead of the function. Because of this, on the first usage the instance variable may not be populated, while the function will correctly set up the connection. Fixes: #1561