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/rephist.c | |
parent | 47d3e23155a2946f37aeb1786b992d50760c1f2a (diff) | |
download | tor-6ebd8865119c8044d67259f4397d2c379271ed78.tar.gz tor-6ebd8865119c8044d67259f4397d2c379271ed78.zip |
forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.
svn:r6396
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 5f8923bef7..0790084597 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -217,10 +217,8 @@ rep_hist_note_connection_died(const char* id, time_t when) { or_history_t *hist; if (!id) { - /* XXXX009 Well, everybody has an ID now. Hm. */ - /* If conn has no nickname, it's either an OP, or it is an OR - * which didn't complete its handshake (or did and was unapproved). - * Ignore it. + /* If conn has no nickname, it didn't complete its handshake, or something + * went wrong. Ignore it. */ return; } |