diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:58:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-13 09:58:05 -0400 |
commit | 286d02995ff593cad9414e6755a94221171d9854 (patch) | |
tree | 43dc3dec0966fe39731e5e28100fdf02633adef8 /src/or/circuitbuild.c | |
parent | 76e9de7c6d1a22d89053dd4fa8671d5696c52634 (diff) | |
parent | 049ba66746006e45d8033d8f88f97ba61d8c5631 (diff) | |
download | tor-286d02995ff593cad9414e6755a94221171d9854.tar.gz tor-286d02995ff593cad9414e6755a94221171d9854.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 09102d0c4c..3d1c9c1abf 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1264,6 +1264,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, |