From e16463732db2045c884fa47aafa36a07c55b0c5c Mon Sep 17 00:00:00 2001 From: Aaron Krebs Date: Tue, 29 Jul 2014 10:42:36 +0200 Subject: [PATCH] Fix compile error. --- src/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.c b/src/net.c index 04753355..25cc1504 100644 --- a/src/net.c +++ b/src/net.c @@ -165,7 +165,7 @@ static void periodic_handler(event_loop_t *loop, void *data) { bool trying_unreachable = false; if(i++ != r) { - if(n->status->reachable) { + if(n->status.reachable) { continue; } else { /* If we see an unreachable node -- 2.39.5