Message ID | 20200522205756.230907-3-brian.gix@intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | mesh: Static Analysis clean-up | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. While we are preparing for reviewing the patches, we found the following issue/warning. Test Result: checkgitlint Failed Outputs: 3: B6 Body message is missing --- Regards, Linux Bluetooth
diff --git a/mesh/node.c b/mesh/node.c index 49ba7c885..db888d27c 100644 --- a/mesh/node.c +++ b/mesh/node.c @@ -1313,8 +1313,6 @@ static bool add_local_node(struct mesh_node *node, uint16_t unicast, bool kr, bool ivu, uint32_t iv_idx, uint8_t dev_key[16], uint16_t net_key_idx, uint8_t net_key[16]) { - node->net = mesh_net_new(node); - if (!nodes) nodes = l_queue_new();