summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-05-17 15:39:00 +0200
committerMichael Brown2005-05-17 15:39:00 +0200
commita5f294258745e769c1ce97cd41267e919bbcebae (patch)
tree68f3abce4e2a69b369f38e148857f3205923260e /src
parentAdded print_images() and autoload(). (diff)
downloadipxe-a5f294258745e769c1ce97cd41267e919bbcebae.tar.gz
ipxe-a5f294258745e769c1ce97cd41267e919bbcebae.tar.xz
ipxe-a5f294258745e769c1ce97cd41267e919bbcebae.zip
Add twiddle() so that progress is visible.
Diffstat (limited to 'src')
-rw-r--r--src/proto/tftp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/tftp.c b/src/proto/tftp.c
index 6d35e1704..b154f5756 100644
--- a/src/proto/tftp.c
+++ b/src/proto/tftp.c
@@ -160,6 +160,7 @@ int tftp ( char *url __unused, struct sockaddr_in *server, char *file,
return 0;
if ( ! fill_buffer ( buffer, block.data, offset, block.len ) )
return 0;
+ twiddle();
offset += block.len;
request = NULL; /* Send request only once */
} while ( ! block.eof );