mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r17900@catbus: nickm | 2008-02-05 14:14:54 -0500
I wonder what the emacs command is for "exchange words?" I know that there _is_ one, because I apparently hit it by accident. svn:r13381
This commit is contained in:
parent
ac69319d3f
commit
2866c53eec
@ -321,8 +321,8 @@ authority_cert_get_by_digests(const char *id_digest,
|
||||
const char *sk_digest)
|
||||
{
|
||||
cert_list_t *cl;
|
||||
if (!trusted_dir_cl ||
|
||||
!(certs = digestmap_get(trusted_dir_certs, id_digest)))
|
||||
if (!trusted_dir_certs ||
|
||||
!(cl = digestmap_get(trusted_dir_certs, id_digest)))
|
||||
return NULL;
|
||||
SMARTLIST_FOREACH(cl->certs, authority_cert_t *, cert,
|
||||
if (!memcmp(cert->signing_key_digest, sk_digest, DIGEST_LEN))
|
||||
|
Loading…
Reference in New Issue
Block a user