X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=service%2Finstance.c;h=8f7835a79f34415dd07a13fa30e26adabac9e463;hp=d7d1f82eac318127cc3d01a54f68e77edc9bd5ea;hb=d5e89ee3d19a6610b664043541a2a8436887f242;hpb=02d56c03115276aa4e2203ddbd411c3e587cf08f diff --git a/service/instance.c b/service/instance.c index d7d1f82..8f7835a 100644 --- a/service/instance.c +++ b/service/instance.c @@ -541,7 +541,6 @@ instance_stop(struct service_instance *in) in->halt = true; in->restart = in->respawn = false; kill(in->proc.pid, SIGTERM); - instance_removepid(in); } static void