From 43ff1c3ed59cdb88c1232ac581d649a7db87337e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 3 Aug 2013 03:24:46 +0200 Subject: Re-enable wildcard route requests for new neighbours They had been disabled in the last commit by accident. --- src/neigh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/neigh.c b/src/neigh.c index a114181..b97540d 100644 --- a/src/neigh.c +++ b/src/neigh.c @@ -107,6 +107,5 @@ uint16_t gp_babel_neigh_get_cost(gmrf_context_t *ctx, const gp_babel_neigh_t *ne } void gp_babel_neigh_reset(gmrf_context_t *ctx, gmrf_iface_state_t *iface, gp_babel_neigh_t *neigh) { - - //gp_babel_send_route_request(ctx, iface, neigh, NULL); + gp_babel_send_route_request(ctx, iface, neigh, NULL); } -- cgit v1.2.3