Commit 2171df59 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 71fb33ae
......@@ -183,7 +183,7 @@ check_xroutes(int send_updates)
if(rc)
change = 1;
if(send_updates)
send_update(NULL, 1, xroutes[i].prefix, xroutes[i].plen);
send_update(NULL, 1, routes[i].prefix, routes[i].plen);
}
}
return change;
......
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