src/liboping.c: ping_receive_all: Clear the timer when a FD signals an error.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 10 Dec 2009 15:43:54 +0000 (16:43 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 10 Dec 2009 15:43:54 +0000 (16:43 +0100)
commitd68caf850e2b270fc3962b35ee483503ce243a4f
tree27a19180b0aa0563aab4e5bebc6d3e5969223cdf
parentf18a010df6419bb4908823ca4d713835d1adb0c1
src/liboping.c: ping_receive_all: Clear the timer when a FD signals an error.

The loop likely never ends if the error isn't handled, so the least we
can do is ignore the file descriptor in the future.
src/liboping.c