From 9e0acc0c11877d4df2db0b1fda0b998c5e9231bf Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 22 May 2007 17:58:30 +0000 Subject: r12899@catbus: nickm | 2007-05-22 13:51:26 -0400 Extract common code from networkstatus_getinfo_helper_single() and generate_v2_networkstatus(). svn:r10294 --- src/or/router.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/or/router.c') 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. -- cgit v1.2.3-54-g00ecf