Commit 771607a8 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in flushupdates.

parent 81e14e06
...@@ -520,7 +520,7 @@ flushupdates(void) ...@@ -520,7 +520,7 @@ flushupdates(void)
} }
start_message(net, 20 + 20 * numpxroutes); start_message(net, 20 + 20 * numpxroutes);
for(j = 0; j < numxroutes; j++) { for(j = 0; j < numxroutes; j++) {
if(!xroutes[i].installed) if(!xroutes[j].installed)
continue; continue;
if(xroutes[j].gateway != buffered_updates[i]) if(xroutes[j].gateway != buffered_updates[i])
continue; continue;
......
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