diff options
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 7938584470..b1f9d608e0 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -669,7 +669,6 @@ static int handle_control_attachstream(connection_t *conn, uint32_t len, return 0; } - if (!(circ = circuit_get_by_global_id(circ_id))) { send_control_error(conn, ERR_NO_CIRC, "No circuit found with given ID"); return 0; |