Remove version from darwin host custom mount options

This commit is contained in:
Chris Roberts 2018-01-03 14:41:53 -08:00
parent 572f341697
commit 2f3d165079
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module VagrantPlugins
# Required options for mounting a share hosted
# on macos.
def self.smb_mount_options(env)
["ver=3", "sec=ntlmssp", "nounix", "noperm"]
["sec=ntlmssp", "nounix", "noperm"]
end
def self.smb_cleanup(env, machine, opts)