From e8fd871d8b6459267f8de6e3389333144ef062eb Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 15 Mar 2006 19:17:34 +0000 Subject: 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 --- src/or/connection_edge.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/or/connection_edge.c') 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); -- cgit v1.2.3