Diff between 4d9150b28b7eeb0aa96dd44ab10a0e4afc99eb96 and 4cd4880fc95a719cdfb05b72e14fa6695be1d245

Changed Files

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

Full Patch

diff --git a/mesh/net-keys.c b/mesh/net-keys.c
index e42cac7..e0060df 100644
--- a/mesh/net-keys.c
+++ b/mesh/net-keys.c
@@ -174,7 +174,7 @@ void net_key_unref(uint32_t id)
 	}
 }
 
-bool net_key_confirm(uint32_t id, const uint8_t *master)
+bool net_key_confirm(uint32_t id, const uint8_t master[16])
 {
 	struct net_key *key = l_queue_find(keys, match_id, L_UINT_TO_PTR(id));