Hi Hans,
On Thu, Apr 4, 2019 at 10:59 PM Hans Dedecker <[email protected]> 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
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel