]> git.etc.gen.nz Git - spong.git/commitdiff
fixed some logic problems in the alarm timeout code
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 26 Apr 2000 05:57:16 +0000 (05:57 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 26 Apr 2000 05:57:16 +0000 (05:57 +0000)
src/lib/Spong/Network/plugins/check_ping

index adedba350e0dc22c5e94854198e6fd280560c3ef..66cb749bcd60ceaeeaf3d481d0786e1c4180ac32 100755 (executable)
@@ -1,12 +1,6 @@
 # Register the function the plugin registry
 $PLUGINS{'ping'} = \&check_ping;
 
-
-# Check to see if the Net::Ping module is installed
-
-eval "use Net::Ping;";
-if( ! $@ ) { $ping = 1; } else { $ping = 0; }
-
 # This routine checks connectivity.  It first trys to "ping" the machine via
 # a TCP echo using the Net::Ping module, if it can't reach it via that 
 # mechanism, then it resorts to the command line ping program.  Using the