Hi Hans,

On Thu, Apr 4, 2019 at 10:59 PM Hans Dedecker <dedec...@gmail.com> wrote:
> instance_delete should only be called when halt is set to true similar
> as in instance_exit

Thanks for the feedback. Just so I make sure I understand correctly,
do you mean that the conditional should look something like this?

 577         if (!in->proc.pending) {
 578                 if (halt)
 579                         instance_delete(in);
 580                 return;
 581         }

BR,
Kristian

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to