Commit: 4cf36cb549eca28a2bdf5cde837c056fd0878953
Parent: bae266797bb2e9c02d8cf2f6522e73f96b41ad52
Author: Brian Gix <brian.gix@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2020-06-09 02:14:36
Tree: 909170f683ed4958feedbd5df5074e65c3293fcf

mesh: Fix clean-up introduced bug Before the clean-up we were making a useless check of an otherwise unused boolean (net->provisioner) to determine if we should decode with device keys (which was incorrect). This was replaced by a check the node type (node->provisioner). However, the check was incorrect in the first place, and prevents provisioner nodes from decrypting non device key messages.

Diffstat

M mesh/model.c | 2 +-
M mesh/net.c | 1 -

2 files changed, 1 insertions(+), 2 deletions(-)

View Full Diff | Patch