Re: [PATCH iproute2 v1 1/2] iproute2: avoid exit in case of error.

2016-11-29 Thread Stephen Hemminger
On Fri, 11 Nov 2016 10:55:36 -0800 David Decotigny wrote: > Be consistent with how non-0 print_route() return values are handled > elesewhere: return -1. > > > --- > ip/iproute.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, and queued for next push. Please use Signed-off-b

[PATCH iproute2 v1 1/2] iproute2: avoid exit in case of error.

2016-11-11 Thread David Decotigny
Be consistent with how non-0 print_route() return values are handled elesewhere: return -1. --- ip/iproute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/iproute.c b/ip/iproute.c index 98bfad6..dae793b 100644 --- a/ip/iproute.c +++ b/ip/iproute.c @@ -1743,7 +1743,7 @@ s