Skip to content

Commit a724f0b

Browse files
committed
nimble/mesh: Fix garbage in debug log
meta was used uninitialed in this log.
1 parent c79a7ab commit a724f0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nimble/host/mesh/src/friend.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,9 +438,6 @@ static int unseg_app_sdu_prepare(struct bt_mesh_friend *frnd,
438438
return 0;
439439
}
440440

441-
BT_DBG("Re-encrypting friend pdu (SeqNum %06x -> %06x)",
442-
meta.crypto.seq_num, bt_mesh.seq);
443-
444441
err = unseg_app_sdu_unpack(frnd, buf, &meta);
445442
if (err) {
446443
return err;

0 commit comments

Comments
 (0)