Commit c706da43 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix debugging message for multi-hop requests.

parent 4d326807
......@@ -162,7 +162,7 @@ parse_packet(const unsigned char *from, struct network *net,
plen == 0xFF ?
"any" :
format_prefix(address, plen),
metric);
hop_count);
if(plen == 0xFF) {
/* If a neighbour is requesting a full route dump from us,
we might as well send it an ihu. */
......
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