On Wed, 2 May 2007 23:22:35 +0200 Denis Vlasenko <[EMAIL PROTECTED]> wrote:
> Small question: after else below, we build new list,
> write it out if !NO_ACT, and then delete.
>
> If NO_ACT is true, then list is build and then deleted
> without any useful effect.
>
> Should we replace "else {...}" with "else if (!NO_ACT) {...}" ?
duh.. ofcourse... Yes I think we should.
Updated patch attatched.
reentrant-ifupdown2.patch
Description: Binary data
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
