diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/trans.c b/common/trans.c index d9f71c8a..e9fe64fc 100644 --- a/common/trans.c +++ b/common/trans.c @@ -607,7 +607,7 @@ trans_write_copy_s(struct trans *self, struct stream *out_s) return 0; } /* did not send right away, have to copy */ - make_stream(wait_s); + make_stream(wait_s); init_stream(wait_s, size); if (self->si != 0) { |