Diff between e2b66089348c9f1083554cdf49710ddbf28c3942 and 038b0b11e1a970939c6a5dc0b561bf166c1b2448

Changed Files

File Additions Deletions Status
mesh/model.c +1 -2 modified

Full Patch

diff --git a/mesh/model.c b/mesh/model.c
index acdd94f..6d7674e 100644
--- a/mesh/model.c
+++ b/mesh/model.c
@@ -1066,8 +1066,7 @@ bool mesh_model_rx(struct mesh_node *node, bool szmict, uint32_t seq0,
 						forward.app_idx, forward.size,
 						forward.data);
 			else if (decrypt_idx == APP_IDX_DEV_REMOTE ||
-				(decrypt_idx == APP_IDX_DEV_LOCAL &&
-				 mesh_net_is_local_address(net, src, 1)))
+				 decrypt_idx == APP_IDX_DEV_LOCAL)
 				send_dev_key_msg_rcvd(node, i, src, decrypt_idx,
 						0, forward.size, forward.data);
 		}