remove unused field in the state struct
This commit is contained in:
parent
c45d44fee9
commit
3247ac1918
@ -136,7 +136,6 @@ typedef struct tftp_state_data {
|
|||||||
time_t max_time;
|
time_t max_time;
|
||||||
unsigned short block;
|
unsigned short block;
|
||||||
struct Curl_sockaddr_storage local_addr;
|
struct Curl_sockaddr_storage local_addr;
|
||||||
socklen_t local_addrlen;
|
|
||||||
struct Curl_sockaddr_storage remote_addr;
|
struct Curl_sockaddr_storage remote_addr;
|
||||||
socklen_t remote_addrlen;
|
socklen_t remote_addrlen;
|
||||||
int rbytes;
|
int rbytes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user