mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
TFTP default blocksize fix from Vampyre
This commit is contained in:
parent
63f0e4e796
commit
14e1d3cc4d
@ -647,6 +647,7 @@ int tftp_open ( struct xfer_interface *xfer, struct uri *uri ) {
|
||||
xfer_init ( &tftp->socket, &tftp_socket_operations, &tftp->refcnt );
|
||||
tftp->state = -1;
|
||||
tftp->timer.expired = tftp_timer_expired;
|
||||
tftp->blksize = TFTP_DEFAULT_BLKSIZE;
|
||||
|
||||
/* Open socket */
|
||||
memset ( &server, 0, sizeof ( server ) );
|
||||
|
Loading…
Reference in New Issue
Block a user