Merge pull request #2252 from hashicorp/mountentry-clone

Adding Tainted to MountEntry.Clone
This commit is contained in:
Vishal Nayak 2017-01-10 10:28:13 -05:00 committed by GitHub
commit 7367158a2a

View file

@ -147,6 +147,7 @@ func (e *MountEntry) Clone() *MountEntry {
UUID: e.UUID,
Config: e.Config,
Options: optClone,
Tainted: e.Tainted,
}
}