diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 47c0cc0e6..15c8bfe1e 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -737,7 +737,7 @@ static int handle_control_attachstream(connection_t *conn, uint32_t len, ap_conn->state = AP_CONN_STATE_CIRCUIT_WAIT; if (connection_ap_handshake_attach_circuit(ap_conn)<0) connection_mark_for_close(ap_conn); - + send_control_done(conn); return 0; } |