netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] iputils: minor ninfod and ping6 fixes
@ 2012-12-07  8:25 Jan Synacek
  2012-12-07  8:25 ` [PATCH 1/2] ninfod: Fix more unused variables Jan Synacek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jan Synacek @ 2012-12-07  8:25 UTC (permalink / raw)
  To: yoshfuji; +Cc: netdev, Jan Synacek

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-19 21:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07  8:25 [PATCH 0/2] iputils: minor ninfod and ping6 fixes Jan Synacek
2012-12-07  8:25 ` [PATCH 1/2] ninfod: Fix more unused variables Jan Synacek
2012-12-07  8:25 ` [PATCH 2/2] ping6: Fix -F switch Jan Synacek
2012-12-10  9:58   ` Jan Synacek
2012-12-10 10:12     ` [PATCH 2/2 fixed] " Jan Synacek
2012-12-19 21:05 ` [PATCH 0/2] iputils: minor ninfod and ping6 fixes YOSHIFUJI Hideaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).