mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
This commit is contained in:
parent
675b535ead
commit
15ce96f704
@ -1019,6 +1019,7 @@ func (m *model) ClusterConfig(deviceID protocol.DeviceID, cm protocol.ClusterCon
|
|||||||
// that might not exist until the config is committed.
|
// that might not exist until the config is committed.
|
||||||
w, _ := m.cfg.SetFolders(changedFolders)
|
w, _ := m.cfg.SetFolders(changedFolders)
|
||||||
w.Wait()
|
w.Wait()
|
||||||
|
changed = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user