[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <kvkbf9$j48$2@ger.gmane.org>
Date: Wed, 28 Aug 2013 08:13:31 +0000 (UTC)
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2] ipnetns: fix ip batch mode when using 'netns
exec'
On Tue, 27 Aug 2013 at 07:25 GMT, Nicolas Dichtel <nicolas.dichtel@...nd.com> wrote:
>
> - /* If child failed, propagate status */
> - if (WIFEXITED(status))
> - exit(WEXITSTATUS(status));
> + if (WIFEXITED(status)) {
> + /* ip must returns the status of the child,
s/returns/return/
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists