(http://curl.haxx.se/bug/view.cgi?id=
1724016) noticing that downloading
glob-ranges for TFTP was broken in CVS.
Changelog
Daniel S (24 May 2007)
+- Song Ma filed bug report #1724016
+ (http://curl.haxx.se/bug/view.cgi?id=1724016) noticing that downloading
+ glob-ranges for TFTP was broken in CVS. Fixed now.
+
- 'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)
pointed out that the warnf() function in the curl tool didn't properly deal
with the cases when excessively long words were used in the string to chop
state = (tftp_state_data_t *)conn->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);