summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-13 09:58:01 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-13 09:58:01 -0400
commit94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b (patch)
treead4849215211365ec446c7ffc8f4f57f90cdcf04 /src
parent16381b579ecd2a050d117765d51ead4b3c3ebbb9 (diff)
parent6c35ad08cf36d36a5e2ff888cb7dc8c8df5efe10 (diff)
downloadtor-94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b.tar.gz
tor-94f3007627f4161ca4f1fb5e41f11cc8ff78ca2b.zip
Merge branch 'bug26158_031' into maint-0.3.1
Diffstat (limited to 'src')
-rw-r--r--src/or/circuitbuild.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 16cef0e56b..41ae51a3f2 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -1267,6 +1267,7 @@ circuit_extend(cell_t *cell, circuit_t *circ)
log_fn(LOG_PROTOCOL_WARN, LD_PROTOCOL,
"Client asked me to extend back to the previous hop "
"(by Ed25519 ID).");
+ return -1;
}
n_chan = channel_get_for_extend((const char*)ec.node_id,