Commit f0c4ea01 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in local_notify_xroute_callback.

Thanks to Julien Cristau.
parent 7352c7d7
...@@ -247,7 +247,7 @@ local_notify_route(struct babel_route *route, int kind) ...@@ -247,7 +247,7 @@ local_notify_route(struct babel_route *route, int kind)
static void static void
local_notify_xroute_callback(struct xroute *xroute, void *closure) local_notify_xroute_callback(struct xroute *xroute, void *closure)
{ {
local_notify_xroute_1(*(int*)xroute, xroute, LOCAL_ADD); local_notify_xroute_1(*(int*)closure, xroute, LOCAL_ADD);
} }
static void static void
......
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