aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-04-18 03:07:24 +0000
committerNick Mathewson <nickm@torproject.org>2006-04-18 03:07:24 +0000
commit6ebd8865119c8044d67259f4397d2c379271ed78 (patch)
treec20bbdbe386d192db813ff57ae17ca0ee95c8e2d /src/or/router.c
parent47d3e23155a2946f37aeb1786b992d50760c1f2a (diff)
downloadtor-6ebd8865119c8044d67259f4397d2c379271ed78.tar
tor-6ebd8865119c8044d67259f4397d2c379271ed78.tar.gz
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
svn:r6396
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/router.c b/src/or/router.c
index b48339397..16174acdc 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -237,10 +237,6 @@ init_key_from_file(const char *fname)
int
init_keys(void)
{
- /* XXX009 Two problems with how this is called:
- * 1. It should be idempotent for servers, so we can call init_keys
- * as much as we need to.
- */
char keydir[512];
char keydir2[512];
char fingerprint[FINGERPRINT_LEN+1];