summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ratox.c b/ratox.c
index f511925..d36cf7b 100644
--- a/ratox.c
+++ b/ratox.c
@@ -615,6 +615,7 @@ sendfriendfile(struct friend *f)
/* Signal transfer completion to other end */
tox_file_send_control(tox, f->fid, 0, f->t.fnum,
TOX_FILECONTROL_FINISHED, NULL, 0);
+ f->t.state = TRANSFER_DONE;
break;
}
if (n == -1)