You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/04/16 14:29:57 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #807: Netlink: broadcast the link status change to userspace

xiaoxiang781216 commented on a change in pull request #807: Netlink: broadcast the link status change to userspace
URL: https://github.com/apache/incubator-nuttx/pull/807#discussion_r409602936
 
 

 ##########
 File path: net/netlink/netlink_conn.c
 ##########
 @@ -317,7 +317,7 @@ void netlink_add_broadcast(int group, FAR struct netlink_response_s *data)
 
   while ((conn = netlink_nextconn(conn)) != NULL)
     {
-      if (conn->groups & (1 << (group - 1)) == 0)
+      if (!(conn->groups & (1 << (group - 1))))
 
 Review comment:
   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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services