X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=main.c;h=2d8e46b1b9d82bf3676af5cfaf603b4d76c04a85;hb=2cc1190666ddfb2dc2a5fbf4febe7a4579d0c2f5;hp=2fc3733faaf9a4e5205efee68915b282a221ffa5;hpb=8f689d09814add5e1b22577cc104e2eb5e16c66f;p=project%2Fnetifd.git diff --git a/main.c b/main.c index 2fc3733..2d8e46b 100644 --- a/main.c +++ b/main.c @@ -219,7 +219,7 @@ netifd_kill_process(struct netifd_process *proc) if (!proc->uloop.pending) return; - kill(proc->uloop.pid, SIGTERM); + kill(proc->uloop.pid, SIGKILL); netifd_delete_process(proc); }