Diff between ea61add0afc90d490353c90d297ae467fbe3d0ba and 70fab12bf281a69778584193d4eb230932f4efa1

Changed Files

File Additions Deletions Status
mesh/mesh-db.c +0 -2 modified

Full Patch

diff --git a/mesh/mesh-db.c b/mesh/mesh-db.c
index 2dc13cd..d5d19d5 100644
--- a/mesh/mesh-db.c
+++ b/mesh/mesh-db.c
@@ -533,8 +533,6 @@ bool mesh_db_app_key_add(json_object *jobj, uint16_t net_idx, uint16_t app_idx,
 	char buf[5];
 
 	json_object_object_get_ex(jobj, "appKeys", &jarray);
-	if (jarray)
-		return false;
 
 	if (jarray)
 		jentry = get_key_object(jarray, app_idx);