diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping.c b/networking/ping.c index 9805695a1..b7e6955a9 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -247,7 +247,7 @@ struct globals { | |||
247 | static void noresp(int ign UNUSED_PARAM) | 247 | static void noresp(int ign UNUSED_PARAM) |
248 | { | 248 | { |
249 | printf("No response from %s\n", G.hostname); | 249 | printf("No response from %s\n", G.hostname); |
250 | exit(EXIT_FAILURE); | 250 | exit_FAILURE(); |
251 | } | 251 | } |
252 | 252 | ||
253 | static void ping4(len_and_sockaddr *lsa) | 253 | static void ping4(len_and_sockaddr *lsa) |