FHEM/91_eventTypes.pm: more sanitizing (Forum #117259)

git-svn-id: https://svn.fhem.de/fhem/trunk@23458 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2021-01-02 10:38:37 +00:00
parent 02814a50b0
commit 4d15b7ddb0

View File

@@ -80,6 +80,7 @@ eventTypes_Define($$)
Log3 undef, 2, "eventTypes: $f: bogus line $l";
next;
}
next if(!$h1{$l[1]} && !goodDeviceName($l[1])); # Sanitizing: 117259
et_addEvt(\%h1, $l[1], $l[2], $l[0]);
}