aboutsummaryrefslogtreecommitdiff
path: root/lib/tftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tftp.c')
-rw-r--r--lib/tftp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/tftp.c b/lib/tftp.c
index c4603934c..d315aadde 100644
--- a/lib/tftp.c
+++ b/lib/tftp.c
@@ -725,10 +725,6 @@ static CURLcode Curl_tftp(struct connectdata *conn, bool *done)
}
state = (tftp_state_data_t *)data->reqdata.proto.tftp;
- code = Curl_readwrite_init(conn);
- if(code)
- return code;
-
/* Run the TFTP State Machine */
for(code=tftp_state_machine(state, TFTP_EVENT_INIT);
(state->state != TFTP_STATE_FIN) && (code == CURLE_OK);