X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=interface-event.c;h=4976c2cf032d6b3bc25069f03398aefd454f3d50;hb=a03216660797173fbe67866f75564e3fec9c1e8d;hp=93da22bf5557a9d3e0ee3be930b322cec96fa388;hpb=656c387974879105c2aaec6b62478d0195067f2d;p=project%2Fnetifd.git diff --git a/interface-event.c b/interface-event.c index 93da22b..4976c2c 100644 --- a/interface-event.c +++ b/interface-event.c @@ -196,9 +196,10 @@ static void interface_event_cb(struct interface_user *dep, struct interface *ifa interface_queue_event(iface, ev); break; case IFEV_FREE: - case IFEV_RELOAD: interface_dequeue_event(iface); break; + default: + break; } }