Diff between 0e586df2d0aecd181714191b2c62c83657d380fd and cb4b20c71fd3c426902b853cb70e8ffdfea7e85f

Changed Files

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

Full Patch

diff --git a/mesh/net.c b/mesh/net.c
index 3a93f66..b29e24f 100644
--- a/mesh/net.c
+++ b/mesh/net.c
@@ -2487,7 +2487,7 @@ static void net_rx(void *net_ptr, void *user_data)
 	if (relay_advice > data->relay_advice) {
 		/*
 		 * If packet was encrypted with friendship credentials,
-		 * relay it using master credentials
+		 * relay it using flooding credentials
 		 */
 		if (frnd && !mesh_net_get_key(net, false, net_idx, &net_key_id))
 			return;