diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:07:24 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:07:24 +0000 |
commit | 6ebd8865119c8044d67259f4397d2c379271ed78 (patch) | |
tree | c20bbdbe386d192db813ff57ae17ca0ee95c8e2d /src/or/router.c | |
parent | 47d3e23155a2946f37aeb1786b992d50760c1f2a (diff) | |
download | tor-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.c | 4 |
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]; |