diff options
Diffstat (limited to 'lib/table.c')
-rw-r--r-- | lib/table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/table.c b/lib/table.c index 86347cbac..b315637f1 100644 --- a/lib/table.c +++ b/lib/table.c @@ -119,7 +119,8 @@ static void route_table_free(struct route_table *rt) node = node->parent; tmp_node->table->count--; - tmp_node->lock = 0; /* to cause assert if unlocked after this */ + tmp_node->lock = + 0; /* to cause assert if unlocked after this */ rn_hash_node_del(&rt->hash, tmp_node); route_node_free(rt, tmp_node); |