From cb4b20c71fd3c426902b853cb70e8ffdfea7e85f Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Fri, 11 Jul 2025 23:57:18 +0200 Subject: [PATCH] mesh: net: update comment term 'master credentials' has been replaced by 'flooding credentials' in commit 09f87c80f1d5 ("mesh: Inclusive language changes") --- mesh/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/net.c b/mesh/net.c index 3a93f6624..b29e24f5d 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; -- 2.47.3