Commit 54347c5d authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo when sending ihu_interval.

parent 9f01ea22
......@@ -672,7 +672,7 @@ send_ihu(struct neighbour *neigh, struct network *net)
}
if(net && net->ihu_interval * 100 >= 0xFFFF)
interval = net->ihu_interval;
interval = net->ihu_interval * 100;
else
interval = 0;
......
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