Re: [iproute PATCH] iptunnel: Fix compile error in ip/tunnel.c

2015-12-21 Thread Stephen Hemminger
On Mon, 21 Dec 2015 20:42:56 +0100 Phil Sutter wrote: > I repeatedly failed to get this right, so now I have to clean up my mess > afterwards. > > Fixes: 7d6aadcd0a1dc ("ip{,6}tunnel: have a shared stats parser/printer") > Signed-off-by: Phil Sutter > --- > ip/tunnel.c | 2 +- > 1 file changed

[iproute PATCH] iptunnel: Fix compile error in ip/tunnel.c

2015-12-21 Thread Phil Sutter
I repeatedly failed to get this right, so now I have to clean up my mess afterwards. Fixes: 7d6aadcd0a1dc ("ip{,6}tunnel: have a shared stats parser/printer") Signed-off-by: Phil Sutter --- ip/tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/tunnel.c b/ip/tunnel.c