mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 11:28:22 +08:00
f208c4bbd4
When a Netlink response is issued, which a task is currently polling for on the corresponding AF_NETLINK socket, then the poll call will return with a ENOENT error. This is due to the fact that the Netlink response notifier is automatically torn down after the notification. Fixed by making netlink_notifier_teardown a best-effort function that does not return a result code. Signed-off-by: Michael Jung <michael.jung@secore.ly>