mesh: Fix net_key_confirm parameter declaration
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 27 Apr 2021 17:12:37 +0000 (19:12 +0200)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
mesh/net-keys.c

index e42cac7..e0060df 100644 (file)
@@ -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));