X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-event.c;fp=interface-event.c;h=4976c2cf032d6b3bc25069f03398aefd454f3d50;hp=93da22bf5557a9d3e0ee3be930b322cec96fa388;hb=fe6ad84c7120a1000c9dcd3cabdc6249b36414a6;hpb=7f6be657e2dabc185417520de4d0d0de2580c27d 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; } }