Fix mount_windows build error

This commit is contained in:
saad-ali 2020-02-28 19:58:05 -08:00 committed by Srini Brahmaroutu
parent 8dd4fc79dc
commit 6a662180ac

View File

@ -80,7 +80,7 @@ func (mounter *Mounter) MountSensitive(source string, target string, fstype stri
bindSource := source
// tell it's going to mount azure disk or azure file according to options
if bind, _, _, _ := MakeBindOpts(options, sensitiveOptions); bind {
if bind, _, _, _ := MakeBindOptsSensitive(options, sensitiveOptions); bind {
// mount azure disk
bindSource = NormalizeWindowsPath(source)
} else {