pkarashchenko commented on code in PR #9654: URL: https://github.com/apache/nuttx/pull/9654#discussion_r1249694630
########## fs/nfs/Kconfig: ########## @@ -13,6 +13,15 @@ config NFS #if NFS +config NFS_DONT_BIND_TCP_SOCKET + bool "Do not bind TCP socket" + default n + depends on NFS Review Comment: Very strange as if I add such a condition all looks fine on my end. Let me submit a PR, so you can try it out -- 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]
