2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-02 19:15:31 +00:00

. watchdog fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@1010 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-09-20 04:53:27 +00:00
parent 3264370101
commit e51ebcab1e

View File

@ -75,7 +75,7 @@ watchdog_Notify($$)
if($n =~ m/^$re2$/ || "$n:$s" =~ m/^$re2$/) {
RemoveInternalTimer($ntfy);
if($re1 eq $re2) {
if($re1 eq $re2 || $re1 eq ".") {
watchdog_Activate($ntfy);
} else {