]> git.sesse.net Git - plocate/commit
Fix an issue where the database could be built with the wrong check_visibility flag.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 5 Dec 2020 09:49:55 +0000 (10:49 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 5 Dec 2020 09:50:49 +0000 (10:50 +0100)
commitd0f2469aedf852ba2d6949e59bfc1fff565960c9
treeaeed836e2d08921feeecf34984ba23ea99c8713c
parent48c7096c3265d2cbaec95fddfea72530779b69e1
Fix an issue where the database could be built with the wrong check_visibility flag.

The check_visibility flag would never be set in the header, and thus be set to some
random variable instead of what the user wanted.
access_rx_cache.cpp
access_rx_cache.h
database-builder.cpp
database-builder.h
db.h
plocate-build.cpp
plocate.cpp
updatedb.cpp