You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/04 08:46:07 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a diff in pull request #1121: netutils/ftpd: Do not terminate connection if CWD fails

pkarashchenko commented on code in PR #1121:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1121#discussion_r841501726


##########
netutils/ftpd/ftpd.c:
##########
@@ -484,7 +484,7 @@ ftpd_account_search_user(FAR struct ftpd_session_s *session,
                          FAR const char *user)
 {
   FAR struct ftpd_account_s *newaccount = NULL;
-  FAR struct ftpd_account_s *account;
+  const FAR struct ftpd_account_s *account;

Review Comment:
   let me change to FAR const just to keep the style



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org