Re: [iproute PATCH] route: Fix printing of locked entries

2015-12-17 Thread Stephen Hemminger
On Sat, 12 Dec 2015 14:09:48 +0100 Phil Sutter wrote: > Commit 0f7543322c5fd ("route: ignore RTAX_HOPLIMIT of value -1") > accidentally reordered fprintf statements. This patch restores the > original ordering. > > Fixes: 0f7543322c5fd ("route: ignore RTAX_HOPLIMIT of value -1") >

[iproute PATCH] route: Fix printing of locked entries

2015-12-12 Thread Phil Sutter
Commit 0f7543322c5fd ("route: ignore RTAX_HOPLIMIT of value -1") accidentally reordered fprintf statements. This patch restores the original ordering. Fixes: 0f7543322c5fd ("route: ignore RTAX_HOPLIMIT of value -1") Signed-off-by: Phil Sutter --- ip/iproute.c | 5 +++-- 1 file