pkarashchenko commented on code in PR #1458:
URL: https://github.com/apache/nuttx-apps/pull/1458#discussion_r1050817224


##########
nshlib/nsh_telnetlogin.c:
##########
@@ -161,9 +162,19 @@ static void nsh_telnettoken(FAR struct console_stdio_s 
*pstate,
 int nsh_telnetlogin(FAR struct console_stdio_s *pstate)
 {
   char username[16];
-  char password[16];
+  char password[128];
+#ifdef CONFIG_NSH_PLATFORM_CHALLENGE

Review Comment:
   I see... It is already done



-- 
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-unsubscr...@nuttx.apache.org

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

Reply via email to