2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@15207 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2017-10-06 17:24:43 +00:00
parent b1fcfbb086
commit 5d0bda4d47

View File

@ -321,7 +321,7 @@ mailcheck_Attr($$$)
} elsif( $attrName eq "logfile" ) {
my $hash = $defs{$name};
close( $hash->{FH} );
close( $hash->{FH} ) if( defined($hash->{FH}) );
delete $hash->{FH};
delete $hash->{currentlogfile};