reqdata doesn't exist anymore and the path moved to the UrlState struct

This commit is contained in:
Daniel Stenberg
2007-11-24 23:18:21 +00:00
parent 13648f8ccd
commit 162c039e9d
3 changed files with 5 additions and 9 deletions

View File

@@ -676,10 +676,6 @@ static CURLcode Curl_tftp_done(struct connectdata *conn, CURLcode status,
(void)status; /* unused */
(void)premature; /* not used */
#if 0
free(conn->data->reqdata.proto.tftp);
conn->data->reqdata.proto.tftp = NULL;
#endif
Curl_pgrsDone(conn);
return CURLE_OK;