X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=proto-shell.c;h=41031c3553983000d4a406a5c31806eab7975190;hb=ac95c5179ee5f50d97b4262a4fd0fe41db395d54;hp=7eeff2892f676dc82f6b3cc856f40c6211a775e5;hpb=958012387b5bd493ea5fdabe815e9f4fd4e55dc5;p=project%2Fnetifd.git diff --git a/proto-shell.c b/proto-shell.c index 7eeff28..41031c3 100644 --- a/proto-shell.c +++ b/proto-shell.c @@ -138,9 +138,11 @@ proto_shell_teardown_cb(struct uloop_process *p, int ret) struct proto_shell_state *state; state = container_of(p, struct proto_shell_state, teardown_task); - state->proto.proto_event(&state->proto, IFPEV_DOWN); + if (state->l3_dev.dev) device_remove_user(&state->l3_dev); + + state->proto.proto_event(&state->proto, IFPEV_DOWN); } static void