]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/iproute.c
iproute2: avoid exit in case of error.
authordavid decotigny <ddecotig@gmail.com>
Fri, 11 Nov 2016 18:55:36 +0000 (10:55 -0800)
committerStephen Hemminger <sthemmin@microsoft.com>
Tue, 29 Nov 2016 20:44:30 +0000 (12:44 -0800)
commit8be295581630b01a2b8ec718ccde2d158fcff4c8
treea97751a81d398c6d04d391c370ff8a47dd56271a
parentaa1b44ca773d10067f64594032cd2bf810892e03
iproute2: avoid exit in case of error.

Be consistent with how non-0 print_route() return values are handled
elesewhere: return -1.
ip/iproute.c