From 15e5fb0021d87d4672ede019c85403fbf7d1face Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 16 Sep 2014 13:33:44 +0100 Subject: Correctly terminate transfers --- ratatox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ratatox.c') diff --git a/ratatox.c b/ratatox.c index a4ba9ff..3ac1b5d 100644 --- a/ratatox.c +++ b/ratatox.c @@ -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); -- cgit v1.2.3