Commit b50b644c authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Adapt babel.c to new kernel_addresses.

parent 7230121b
......@@ -351,7 +351,7 @@ main(int argc, char **argv)
}
} else {
struct kernel_route routes[240];
rc = kernel_addresses(routes, 240);
rc = kernel_addresses(NULL, 0, routes, 240);
if(rc < 0) {
perror("kernel_addresses");
}
......
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