summaryrefslogtreecommitdiffstats
path: root/nest/rt-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-table.c')
-rw-r--r--nest/rt-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-table.c b/nest/rt-table.c
index 0b8b793..f278c51 100644
--- a/nest/rt-table.c
+++ b/nest/rt-table.c
@@ -21,7 +21,7 @@ rte_init(struct fib_node *N)
{
net *n = (net *) N;
- n->next = NULL;
+ N->flags = 0;
n->routes = NULL;
}