]> git.sesse.net Git - plocate/commit
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)
commit0374a79e4789c011bf7cf5e87ddc69eb368c6c2d
tree4dbb01350bd3b7f33bcc3dae99832dd8892b1935
parent783dcf64dd94d355bb236bf631b6f46433ec8b40
Unbreak non-trigram matches after we changed to asynchronous access().

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.
plocate.cpp