aboutsummaryrefslogtreecommitdiff
path: root/src/or/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/control.c')
-rw-r--r--src/or/control.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 9840ea6294..b8e07a0c84 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -2125,9 +2125,6 @@ handle_control_extendcircuit(control_connection_t *conn, uint32_t len,
SMARTLIST_FOREACH(args, char *, cp, tor_free(cp));
smartlist_free(args);
- if (!zero_circ && !circ) {
- goto done;
- }
routers = smartlist_create();
SMARTLIST_FOREACH(router_nicknames, const char *, n,