diff options
Diffstat (limited to 'src/or/circuit.c')
-rw-r--r-- | src/or/circuit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/circuit.c b/src/or/circuit.c index ab83827f1..9ba946f30 100644 --- a/src/or/circuit.c +++ b/src/or/circuit.c @@ -1159,7 +1159,6 @@ int circuit_truncated(circuit_t *circ, crypt_path_t *layer) { /* no need to send 'end' relay cells, * because the other side's already dead */ - stream->has_sent_end = 1; connection_mark_for_close(stream,0); } } |