]> the.earth.li Git - onak.git/commit
Don't require a database connection for a key index
authorJonathan McDowell <noodles@earth.li>
Mon, 15 Apr 2019 18:23:20 +0000 (19:23 +0100)
committerJonathan McDowell <noodles@earth.li>
Mon, 15 Apr 2019 18:23:20 +0000 (19:23 +0100)
commitadd20f8102d4e5a43957b62e59174378a23f4bc2
treef6692b1c6d593172141b7495db13886500cf16ae
parent85187675424f3854869f1607afd8a1e84e536946
Don't require a database connection for a key index

We need an active keydb backend if we want to be able to lookup
UIDs for signatures, but if we don't have one we can still index the
key. Only use keyid2uid when we have a non-NULL dbctx.
keyindex.c