Commit d3fafe01 authored by Matthieu Boutier's avatar Matthieu Boutier

Fix: I never pass NULL pointers for src-prefix, but zeroes.

parent b8e832cb
......@@ -541,8 +541,8 @@ parse_packet(const unsigned char *from, struct interface *ifp,
len - parsed_len, channels);
}
update_route(router_id, prefix, plen, NULL, 0, seqno, metric, interval,
neigh, nh,
update_route(router_id, prefix, plen, zeroes, 0, seqno,
metric, interval, neigh, nh,
channels, channels_len(channels));
} else if(type == MESSAGE_REQUEST) {
unsigned char prefix[16], plen;
......
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