From: Jonathan McDowell Date: Mon, 15 Apr 2019 18:23:20 +0000 (+0100) Subject: Don't require a database connection for a key index X-Git-Tag: onak-0.6.0~59 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=add20f8102d4e5a43957b62e59174378a23f4bc2;hp=add20f8102d4e5a43957b62e59174378a23f4bc2;p=onak.git 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. ---