[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1354868724-15549-1-git-send-email-jsynacek@redhat.com>
Date: Fri, 7 Dec 2012 09:25:22 +0100
From: Jan Synacek <jsynacek@...hat.com>
To: yoshfuji@...ux-ipv6.org
Cc: netdev@...r.kernel.org, Jan Synacek <jsynacek@...hat.com>
Subject: [PATCH 0/2] iputils: minor ninfod and ping6 fixes
Hello,
When calling ping6 with the flowlabel (e.g. `ping6 -F 123 ::1'), it exited with
an error. For some reason, the errno was set when it should not have been. Maybe
it shouldn't be checked at all, maybe just checking flowlabel for values below
zero would be enough. I wanted to be on the safer side so I left the errno check
in there.
Also, I fixed the rest of the unused variables in ninfod.
Jan Synacek (2):
ninfod: Fix more unused variables.
ping6: Fix -F switch.
ninfod/ni_ifaddrs.c | 8 +-------
ping6.c | 3 ++-
2 files changed, 3 insertions(+), 8 deletions(-)
--
1.8.0.1
--
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