bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ping, ping6: Fix mistake in previous change.


From: Collin Funk
Subject: ping, ping6: Fix mistake in previous change.
Date: Sat, 29 Jun 2024 18:21:37 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

While running ping6 to my own IP address I got an error message. This
was because pselect () threw an EINVAL error.

This was a mistake in my previous change. I thought a condition was part
of the subtraction of two timevals. But it was separate and intended to
check if the timeval was negative before calling select ().

I've pushed the attached patch fixing it.

Collin

Attachment: 0001-ping-ping6-Fix-mistake-in-previous-change.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]