Commit 67f8ce0b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Stylistic tweak.

parent 9c1dc6ab
...@@ -105,7 +105,7 @@ flush_neighbour_routes(struct neighbour *neigh) ...@@ -105,7 +105,7 @@ flush_neighbour_routes(struct neighbour *neigh)
i = 0; i = 0;
while(i < numroutes) { while(i < numroutes) {
if(routes[i].neigh == neigh) { if(routes[i].neigh == neigh) {
flush_route(routes + i); flush_route(&routes[i]);
continue; continue;
} }
i++; i++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment