aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-03-15 19:17:34 +0000
committerRoger Dingledine <arma@torproject.org>2006-03-15 19:17:34 +0000
commite8fd871d8b6459267f8de6e3389333144ef062eb (patch)
tree4a7631a5d6ebd457146fc1a4d3f1c74fa275a879 /src/or/connection_edge.c
parent13cf54b9c1242e6f8f030ca4225ea2d258e1aaf6 (diff)
downloadtor-e8fd871d8b6459267f8de6e3389333144ef062eb.tar
tor-e8fd871d8b6459267f8de6e3389333144ef062eb.tar.gz
Stop being printist: just because our local platform doesn't
consider an alleged destination to be printable doesn't mean nobody in the world will want to use it. svn:r6167
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index 1e9894ff5..1ad5ee407 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1533,12 +1533,6 @@ connection_exit_begin_conn(cell_t *cell, circuit_t *circ)
tor_free(address);
return 0;
}
- if (!tor_strisprint(address)) {
- log_warn(LD_PROTOCOL,"Non-printing characters in address %s in relay "
- "begin cell. Dropping.", escaped(address));
- tor_free(address);
- return 0;
- }
log_debug(LD_EXIT,"Creating new exit connection.");
n_stream = connection_new(CONN_TYPE_EXIT);