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:
Michael Brown
2007-01-12 17:16:46 +00:00
parent 996b091b50
commit ad22cccc09
2 changed files with 1 additions and 7 deletions

View File

@@ -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;