mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
No need to maintain a received byte count; we always fill in sequential
order so we can just use buffer->fill.
This commit is contained in:
@@ -57,8 +57,6 @@ struct ftp_request {
|
||||
char status_text[4];
|
||||
/** Passive-mode parameters, as text */
|
||||
char passive_text[24]; /* "aaa,bbb,ccc,ddd,eee,fff" */
|
||||
/** Amount of data received */
|
||||
size_t data_rcvd;
|
||||
|
||||
/** TCP application for the control channel */
|
||||
struct tcp_application tcp;
|
||||
|
||||
Reference in New Issue
Block a user