]> git.sesse.net Git - plocate/commitdiff
Unbreak non-trigram matches after we changed to asynchronous access().
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 21:58:41 +0000 (23:58 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 11 Oct 2020 21:58:41 +0000 (23:58 +0200)
Non-trigram matches don't use async I/O, so they also can't use
async access(). Fix so that they don't segfault anymore.


No differences found