a-lunev commented on a change in pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434#discussion_r801714311
##########
File path: net/ieee802154/ieee802154_sockif.c
##########
@@ -381,9 +381,11 @@ static int ieee802154_bind(FAR struct socket *psock,
return -EBADF;
}
+ conn = (FAR struct ieee802154_conn_s *)psock->s_conn;
Review comment:
Good. Let it be some future PR.
--
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]