diff options
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -606,7 +606,7 @@ ssh_packet_close(struct ssh *ssh) | |||
606 | deflateEnd(stream); | 606 | deflateEnd(stream); |
607 | } | 607 | } |
608 | if (state->compression_in_started) { | 608 | if (state->compression_in_started) { |
609 | z_streamp stream = &state->compression_out_stream; | 609 | z_streamp stream = &state->compression_in_stream; |
610 | debug("compress incoming: " | 610 | debug("compress incoming: " |
611 | "raw data %llu, compressed %llu, factor %.2f", | 611 | "raw data %llu, compressed %llu, factor %.2f", |
612 | (unsigned long long)stream->total_out, | 612 | (unsigned long long)stream->total_out, |