avoid null pointer if a broken symlink is trashed
This commit is contained in:
parent
35342a06ac
commit
3fb12e3c44
|
@ -85,6 +85,7 @@ func FindTrash(trashdir, ogdir string, f *filter.Filter) (files Files, outerr er
|
||||||
info, err := os.Stat(trashedpath)
|
info, err := os.Stat(trashedpath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Errorf("error reading %s: %s", trashedpath, err)
|
log.Errorf("error reading %s: %s", trashedpath, err)
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
s := s.Key(trash_info_date).Value()
|
s := s.Key(trash_info_date).Value()
|
||||||
|
|
Loading…
Reference in a new issue