diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-22 17:58:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-22 17:58:30 +0000 |
commit | 9e0acc0c11877d4df2db0b1fda0b998c5e9231bf (patch) | |
tree | 3dc131a8ae4ca59e4dc26eaebe7b977ab674a1dd /src/or/router.c | |
parent | c9fa4e65832abc4b5d69fcba77edeb77fbf0dcdf (diff) | |
download | tor-9e0acc0c11877d4df2db0b1fda0b998c5e9231bf.tar.gz tor-9e0acc0c11877d4df2db0b1fda0b998c5e9231bf.zip |
r12899@catbus: nickm | 2007-05-22 13:51:26 -0400
Extract common code from networkstatus_getinfo_helper_single() and generate_v2_networkstatus().
svn:r10294
Diffstat (limited to 'src/or/router.c')
-rw-r--r-- | src/or/router.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c index c8efd83416..1cae710df9 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -296,7 +296,6 @@ init_v3_authority_keys(const char *keydir) authority_cert_free(parsed); } - /** Initialize all OR private keys, and the TLS context, as necessary. * On OPs, this only initializes the tls context. Return 0 on success, * or -1 if Tor should die. |