mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-09 23:00:58 +00:00
Fix a missed nil (fixes #846)
This commit is contained in:
parent
65acc7c9ad
commit
87780a5b7e
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user