Fix some config Copy() things we had forgotten
This commit is contained in:
@@ -47,6 +47,7 @@ func (f FolderConfiguration) Copy() FolderConfiguration {
|
||||
c := f
|
||||
c.Devices = make([]FolderDeviceConfiguration, len(f.Devices))
|
||||
copy(c.Devices, f.Devices)
|
||||
c.Versioning = f.Versioning.Copy()
|
||||
return c
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user