We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0e892 commit c2c3c64Copy full SHA for c2c3c64
connectivity/nanostack/sal-stack-nanostack/source/6LoWPAN/adaptation_interface.c
@@ -1554,7 +1554,7 @@ int8_t lowpan_adaptation_interface_tx_confirm(protocol_interface_info_entry_t *c
1554
1555
//Check first
1556
fragmenter_tx_entry_t *tx_ptr;
1557
- bool active_direct_confirm;
+ bool active_direct_confirm = false;
1558
if (lowpan_active_tx_handle_verify(confirm->msduHandle, interface_ptr->active_broadcast_tx_buf.buf)) {
1559
active_direct_confirm = true;
1560
tx_ptr = &interface_ptr->active_broadcast_tx_buf;
0 commit comments