diff options
Diffstat (limited to 'src/or/connection_ap.c')
-rw-r--r-- | src/or/connection_ap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_ap.c b/src/or/connection_ap.c index cd57d90ed..666dd16cb 100644 --- a/src/or/connection_ap.c +++ b/src/or/connection_ap.c @@ -212,7 +212,6 @@ int ap_handshake_establish_circuit(connection_t *conn, unsigned int *route, int /* ok, launch the connection */ n_conn = connect_to_router_as_op(firsthop); - /* FIXME react to this somehow */ if(!n_conn) { /* connect failed, forget the whole thing */ log(LOG_DEBUG,"ap_handshake_establish_circuit(): connect to firsthop failed. Closing."); circuit_close(circ); |