mirror of
https://github.com/syncthing/syncthing.git
synced 2026-09-12 22:19:17 -04:00
Fix a missed nil (fixes #846)
This commit is contained in:
1 parent
65acc7c9ad
commit
87780a5b7e
1 file changed
+1
-1
@@ -214,7 +214,7 @@ func parseIgnoreFile(fd io.Reader, currentFile string, seen map[string]bool) (*M
|
||||
}
|
||||
}
|
||||
if err != nil {
|
||||
return nil, err
|
||||
return &exps, err
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in new issue
Block a user