[PATCH 2/2 v2 BlueZ] mesh: Remove duplicated initialization

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This removes duplicate initialization code, as ProvTimeout and
Algorithms are already initialized when the data structure is created.

Signed-off-by: Junho Lee <tot0roprog@xxxxxxxxx>
---
 mesh/mesh.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/mesh/mesh.c b/mesh/mesh.c
index 7b670e40a..49d252e5e 100644
--- a/mesh/mesh.c
+++ b/mesh/mesh.c
@@ -266,9 +266,6 @@ bool mesh_init(const char *config_dir, const char *mesh_conf_fname,
 	mesh_model_init();
 	mesh_agent_init();
 
-	mesh.prov_timeout = DEFAULT_PROV_TIMEOUT;
-	mesh.algorithms = DEFAULT_ALGORITHMS;
-
 	storage_dir = config_dir ? config_dir : MESH_STORAGEDIR;
 
 	l_info("Loading node configuration from %s", storage_dir);
-- 
2.34.1





[Index of Archives]     [Bluez Devel]     [Linux Wireless Networking]     [Linux Wireless Personal Area Networking]     [Linux ATH6KL]     [Linux USB Devel]     [Linux Media Drivers]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux