Commit 4c1e678a authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 6b93bce5
......@@ -730,7 +730,7 @@ main(int argc, char **argv)
gettimeofday(&now, NULL);
}
FOR_ALL_NETS(net) {
if(net->up)
if(!net->up)
continue;
/* Make sure they got it. */
send_hello_noupdate(net, 1);
......
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