plugins/synced_folders/smb/synced_folder.rb in vagrant-unbundled-2.2.9.0 vs plugins/synced_folders/smb/synced_folder.rb in vagrant-unbundled-2.2.10.0
- old
+ new
@@ -64,10 +64,10 @@
auth_success = true
if machine.env.host.capability?(:smb_validate_password)
Vagrant::Util::CredentialScrubber.sensitive(smb_password)
auth_success = machine.env.host.capability(:smb_validate_password,
- smb_username, smb_password)
+ machine, smb_username, smb_password)
end
break if auth_success
machine.ui.output(I18n.t("vagrant_sf_smb.incorrect_credentials") + "\n ")
retries += 1