aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-07 19:57:40 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-07 19:57:40 +0000
commit3d60cd1d61f0d5c6a32d681ff49dad370272f4f6 (patch)
treea1c90d2ade50495eff62801d1c439dfd3cdb2876 /src/or/connection_edge.c
parent75c19716a80a96a7550dd723aca73c245987b87f (diff)
downloadtor-3d60cd1d61f0d5c6a32d681ff49dad370272f4f6.tar
tor-3d60cd1d61f0d5c6a32d681ff49dad370272f4f6.tar.gz
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
svn:r1522
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 23c9c9d5d..1f74c11dd 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1158,7 +1158,7 @@ static int connection_exit_begin_conn(cell_t *cell, circuit_t *circ) {
log_fn(LOG_INFO,"Resolve failed (%s).", n_stream->address);
/* Set the state so that we don't try to remove n_stream from a DNS
* pending list. */
- n_stream->state = EXIT_CONN_STATE_RESOLVEFAILED;
+ n_stream->state = EXIT_CONN_STATE_RESOLVEFAILED;
connection_mark_for_close(n_stream, END_STREAM_REASON_RESOLVEFAILED);
break;
case 0: /* resolve added to pending list */