rymanluk commented on code in PR #1111:
URL: https://github.com/apache/mynewt-nimble/pull/1111#discussion_r1510697349


##########
nimble/host/mesh/src/cfg_cli.c:
##########
@@ -815,17 +815,13 @@ static int node_identity_status(struct bt_mesh_model 
*model,
        }
 
        status = net_buf_simple_pull_u8(buf);
-       net_idx = net_buf_simple_pull_le16(buf) & 0xfff;
+       net_buf_simple_pull_le16(buf);

Review Comment:
   would be good to explain in commit message why this action is not necessary



-- 
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]

Reply via email to