mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
13 lines
343 B
Diff
13 lines
343 B
Diff
diff -uNr fping-2.4b2_to/fping.c fping-2.4b2_to_new/fping.c
|
|
--- fping-2.4b2_to/fping.c 2001-07-20 13:10:26.000000000 -0400
|
|
+++ fping-2.4b2_to_new/fping.c 2008-02-08 16:28:44.000000000 -0500
|
|
@@ -1574,7 +1574,7 @@
|
|
if( handle_random_icmp( icp, result, &response_addr ) )
|
|
num_othericmprcvd++;
|
|
|
|
- return 1;
|
|
+ return 0;
|
|
|
|
}/* IF */
|
|
|