55_GDS.pm: fixed: perl warning during module load

git-svn-id: https://svn.fhem.de/fhem/trunk@10275 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen
2015-12-27 18:01:36 +00:00
parent fa90f66bde
commit 9fc3697041

View File

@@ -1318,6 +1318,7 @@ sub _finishedCONDITIONS {
$hash->{GDS_CONDITIONS_READ} = int(time());
my $cf = AttrVal($name,'gdsSetCond',0);
return unless $cf;
# GDS_GetUpdate($hash,1) if $cf;
my @b;
push @b, undef;