From f60fca0cf5adf5ece1fb1bab3c2b509c7f2388dc Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 11 Jul 2012 14:46:37 +0000 Subject: [PATCH] avoid uninitialized messages if the selectlist entry has no name any more git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1719 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/fhem.pl b/fhem.pl index 5599911f1..e107bc8e6 100755 --- a/fhem.pl +++ b/fhem.pl @@ -441,7 +441,6 @@ while (1) { # reported by select, but is used by unix too, to check if the device is # attached again. foreach my $p (keys %selectlist) { - next if(!$selectlist{$p}); next if(!$selectlist{$p} || !$selectlist{$p}{NAME}); # due to rereadcfg/del CallFn($selectlist{$p}{NAME}, "ReadFn", $selectlist{$p})