pussuw commented on code in PR #16361: URL: https://github.com/apache/nuttx/pull/16361#discussion_r2085169044
########## net/local/local_sendmsg.c: ########## @@ -125,7 +125,7 @@ static int local_sendctl(FAR struct local_conn_s *conn, goto fail; } - ret = file_dup2(filep, filep2); + ret = file_dup2(filep, filep2); /* TODO: What about this ? */ Review Comment: Explained above. I don't understand what these drivers are trying to do with these dup/dup2 calls, so someone has to explain it to me. -- 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