master
Mark Qvist 2014-05-26 19:21:02 +02:00
parent 168c41e1fd
commit 8a65475bfb
1 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,10 @@ int main(int argc, char **argv) {
}
}
if (!done) {
printf("Transfer failed due to timeout\n");
}
fclose(fd);
return 0;