[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <521F3DE1.5050600@6wind.com>
Date: Thu, 29 Aug 2013 14:26:09 +0200
From: Nicolas Dichtel <nicolas.dichtel@...nd.com>
To: Cong Wang <xiyou.wangcong@...il.com>
CC: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2] ipnetns: fix ip batch mode when using 'netns
exec'
Le 28/08/2013 10:13, Cong Wang a écrit :
> 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/
Thank you, but please keep all email addresses in cc next time, at least the author!
--
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