diff options
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r-- | nest/rt-dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c index 9993da24..b3d5bf97 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -33,7 +33,7 @@ dev_ifa_notify(struct proto *P, uint flags, struct ifa *ad) struct channel *c; if (!EMPTY_LIST(cf->iface_list) && - !iface_patt_find(&cf->iface_list, ad->iface, ad->iface->addr)) + !iface_patt_find(&cf->iface_list, ad->iface, ad)) /* Empty list is automatically treated as "*" */ return; |