Commit 2c4a59c7 authored by Grégoire Henry's avatar Grégoire Henry

Coerence d'utilisation de la variable 'message' dans parse_packet()

parent e25c7183
......@@ -159,13 +159,13 @@ parse_packet(const unsigned char *from, struct network *net,
} else if(type == 3) {
if(plen == 0xFF)
debugf("Received update for %s/none on %s from %s (%s).\n",
format_address(message + 8),
format_address(address),
net->ifname,
format_address(neigh->id),
format_address(from));
else
debugf("Received update for %s on %s from %s (%s).\n",
format_prefix(message + 8, plen),
format_prefix(address, plen),
net->ifname,
format_address(neigh->id),
format_address(from));
......
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