FelipeMdeO commented on code in PR #3532:
URL: https://github.com/apache/nuttx-apps/pull/3532#discussion_r3408410247


##########
fsutils/passwd/passwd_adduser.c:
##########
@@ -67,6 +69,15 @@ int passwd_adduser(FAR const char *username, FAR const char 
*password)
 
   /* Check if the username already exists */
 
+  stream = fopen(CONFIG_FSUTILS_PASSWD_PATH, "a");

Review Comment:
   This was only to create file if it doesn't exist, but this is not necessary 
anymore, I am removing this change.



-- 
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]

Reply via email to