diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-09 10:25:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-09 10:25:32 -0500 |
commit | fe76741021ae3038fe79a7129b52dfc2a1dc7977 (patch) | |
tree | 64fa986ab076391f8a6e7736ec8a86569a879e7b /src/or/directory.c | |
parent | 41f880c39612152e8186f2cf5b492c079b8e8950 (diff) | |
download | tor-fe76741021ae3038fe79a7129b52dfc2a1dc7977.tar.gz tor-fe76741021ae3038fe79a7129b52dfc2a1dc7977.zip |
Remove a suggestion in an XXX271 comment; it is now 21424.
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 871a20f39c..c7f2012331 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1973,8 +1973,6 @@ connection_dir_client_reached_eof(dir_connection_t *conn) * waiting circuits that would be triggered by this circuit becoming * complete/usable. But that's ok, I think. */ - /* XXXXprop271 should we count this as only a partial success somehow? - */ entry_guard_succeeded(&conn->guard_state); circuit_guard_state_free(conn->guard_state); conn->guard_state = NULL; |