summaryrefslogtreecommitdiffstats
path: root/irecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'irecovery.c')
-rw-r--r--irecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/irecovery.c b/irecovery.c
index 3e32395..78692c6 100644
--- a/irecovery.c
+++ b/irecovery.c
@@ -301,7 +301,7 @@ int main(int argc, char* argv[]) {
case kSendFile:
irecv_event_subscribe(client, IRECV_PROGRESS, &progress_cb, NULL);
- error = irecv_send_file(client, argument, 0);
+ error = irecv_send_file(client, argument, 1);
debug("%s\n", irecv_strerror(error));
break;