a-lunev commented on a change in pull request #971:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/971#discussion_r788345894
##########
File path: netutils/ftpc/ftpc_putfile.c
##########
@@ -121,10 +172,11 @@ static int ftpc_sendbinary(FAR struct ftpc_session_s
*session,
****************************************************************************/
static int ftpc_sendtext(FAR struct ftpc_session_s *session,
- FAR FILE *linstream, FAR FILE *routstream)
Review comment:
I removed "routstream" argument from those three functions because it
already presents inside of "session" argument structure. I think "routstream"
argument was excessive (not reasonable).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]