Commit b66abbb2 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 0e34b74b
......@@ -734,7 +734,7 @@ really_send_update(struct network *net,
metric = MIN(metric + add_metric, INFINITY);
/* Worst case */
ensure_space(net, 12 + 20 + 20);
ensure_space(net, 20 + 12 + 28);
v4 = plen >= 96 && v4mapped(prefix);
......
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