diff options
author | Roger Dingledine <arma@torproject.org> | 2016-06-12 16:14:15 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-06-12 16:14:15 -0400 |
commit | 0616fd6fb6db5385eac6b432892c90fbb38f8666 (patch) | |
tree | df001b9573521a3561d23da5ce20eaf407e8e0e0 /src/or/routerlist.c | |
parent | 80f2c3555d70261fb62d24f7fb2e9199cf377777 (diff) | |
download | tor-0616fd6fb6db5385eac6b432892c90fbb38f8666.tar.gz tor-0616fd6fb6db5385eac6b432892c90fbb38f8666.zip |
typo/comment/log fixes i found in my sandbox from montreal
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 02564e6662..46492c571f 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -322,7 +322,6 @@ already_have_cert(authority_cert_t *cert) * we've just successfully retrieved certificates from, so try it first to * fetch any missing certificates. */ - int trusted_dirs_load_certs_from_string(const char *contents, int source, int flush, const char *source_dir) |