Skip to content
Snippets Groups Projects
Commit 2866c53e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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
parent ac69319d
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment