2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

use explicit icmp ping (fixing Ping on FritzBox)

git-svn-id: https://svn.fhem.de/fhem/trunk@2641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2013-02-03 12:34:18 +00:00
parent b0b66fefa9
commit 6ad75d8075

View File

@ -356,7 +356,7 @@ PRESENCE_DoLocalPingScan($$)
my ($string) = @_;
my ($name, $device) = split("\\|", $string);
my $pingtool = Net::Ping->new();
my $pingtool = Net::Ping->new("icmp");
my $retcode;
my $return;