diff options
Diffstat (limited to 'nest/iface.c')
-rw-r--r-- | nest/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.c b/nest/iface.c index a024b943..bbe38d3f 100644 --- a/nest/iface.c +++ b/nest/iface.c @@ -1018,7 +1018,7 @@ if_choose_router_id(struct iface_patt *mask, u32 old_id) void if_init(void) { - iface_domain = DOMAIN_NEW(attrs, "Interfaces"); + iface_domain = DOMAIN_NEW(attrs); IFACE_LOCK; if_pool = rp_new(&root_pool, iface_domain.attrs, "Interfaces"); |