Skip to content
Snippets Groups Projects
Commit dd44f5cb authored by Nevadita's avatar Nevadita
Browse files

map-topology: Fixed a warning

parent fca411cc
No related branches found
No related tags found
1 merge request!17Fixed all the errors and warnings using the checkpatch script
Pipeline #4352 passed
...@@ -210,8 +210,8 @@ void topologyd_algo_run(struct topologyd_private *priv) ...@@ -210,8 +210,8 @@ void topologyd_algo_run(struct topologyd_private *priv)
dbg("Processing " MACFMT " AL\n", MAC2STR(p->nbr_list[j].nbr_macid)); dbg("Processing " MACFMT " AL\n", MAC2STR(p->nbr_list[j].nbr_macid));
} }
} }
/*here we send the topology query to selfnode each /*here we send the topology query to selfnode each*/
*time the algo runs to keep self node updated */ /*time the algo runs to keep self node updated */
topologyd_send_ieee1905_topology_query(priv, NULL); topologyd_send_ieee1905_topology_query(priv, NULL);
for (i = 0; i < NODE_HTABLE_SIZE; i++) { for (i = 0; i < NODE_HTABLE_SIZE; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment