summaryrefslogtreecommitdiff
path: root/nest/rt-roa.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/rt-roa.c')
-rw-r--r--nest/rt-roa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-roa.c b/nest/rt-roa.c
index aa453f16..0fd89667 100644
--- a/nest/rt-roa.c
+++ b/nest/rt-roa.c
@@ -311,7 +311,7 @@ roa_commit(struct config *new, struct config *old)
if (old)
WALK_LIST(t, roa_table_list)
{
- struct symbol *sym = cf_find_symbol(t->name);
+ struct symbol *sym = cf_find_symbol(new, t->name);
if (sym && sym->class == SYM_ROA)
{
/* Found old table in new config */