diff options
author | sin <sin@2f30.org> | 2014-09-16 13:33:44 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2014-09-16 13:33:44 +0100 |
commit | 15e5fb0021d87d4672ede019c85403fbf7d1face (patch) | |
tree | 514aa714a302d081718c2d2403ef50da32b45992 /ratatox.c | |
parent | 0ae5c26281b6b7e321074f90e73bb518f876f192 (diff) |
Correctly terminate transfers
Diffstat (limited to 'ratatox.c')
-rw-r--r-- | ratatox.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -402,7 +402,6 @@ send_friend_file(struct friend *f) break; } f->t.pending = 0; - break; } /* grab another buffer from the FIFO */ n = read(f->fd[FILE_IN_FIFO], f->t.buf, f->t.chunksz); |