mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 10:28:49 -07:00
Crash slightly more controlled under weird circumstances...
This commit is contained in:
parent
1a231d39a5
commit
8c4f07ef1b
@ -210,6 +210,9 @@ func (m *Set) equals(id uint, fs []scanner.File) bool {
|
|||||||
|
|
||||||
func (m *Set) update(cid uint, fs []scanner.File) {
|
func (m *Set) update(cid uint, fs []scanner.File) {
|
||||||
remFiles := m.remoteKey[cid]
|
remFiles := m.remoteKey[cid]
|
||||||
|
if remFiles == nil {
|
||||||
|
l.Fatalln("update before replace for cid", cid)
|
||||||
|
}
|
||||||
for _, f := range fs {
|
for _, f := range fs {
|
||||||
n := f.Name
|
n := f.Name
|
||||||
fk := keyFor(f)
|
fk := keyFor(f)
|
||||||
|
Loading…
Reference in New Issue
Block a user