diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-19 23:32:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-19 23:32:30 +0000 |
commit | 0724bc113ff6d0e6716caaad85a4b3e9deba6652 (patch) | |
tree | d7078d8f5e869d2d341284592588feb93c735bfd /src | |
parent | f1d8af789a0ce2c9ed6f80e2e2de0daaed1304ac (diff) | |
download | tor-0724bc113ff6d0e6716caaad85a4b3e9deba6652.tar.gz tor-0724bc113ff6d0e6716caaad85a4b3e9deba6652.zip |
correct a function comment that's become wrong
svn:r9879
Diffstat (limited to 'src')
-rw-r--r-- | src/or/connection_or.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 48bf944efd..d5874f6aa6 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -549,10 +549,6 @@ connection_tls_continue_handshake(or_connection_t *conn) /** Return 1 if we initiated this connection, or 0 if it started * out as an incoming connection. - * - * This is implemented for now by checking to see if - * conn-\>identity_digest is set or not. Perhaps we should add a flag - * one day so we're clearer. */ int connection_or_nonopen_was_started_here(or_connection_t *conn) |