. watchdog fixed

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

View File

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