[BusyBox-cvs] busybox/networking tftp.c,1.15,1.16
Glenn McGrath
bug1 at busybox.net
Mon Dec 9 21:52:32 UTC 2002
Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv17936/networking
Modified Files:
tftp.c
Log Message:
Forgot to rename foo
Index: tftp.c
===================================================================
RCS file: /var/cvs/busybox/networking/tftp.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tftp.c 9 Dec 2002 21:05:40 -0000 1.15
+++ tftp.c 9 Dec 2002 21:52:29 -0000 1.16
@@ -421,7 +421,7 @@
#ifdef CONFIG_FEATURE_TFTP_DEBUG
printf("using blksize %u\n", blksize);
#endif
- tftp_bufsize = foo + 4;
+ tftp_bufsize = blksize + 4;
block_nr = 0;
continue;
}
More information about the busybox-cvs
mailing list