mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
avoid doubble close in UndefFn
git-svn-id: https://svn.fhem.de/fhem/trunk@3919 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b5a625c6cd
commit
fbf872d67b
@ -193,7 +193,6 @@ mailcheck_Undefine($$)
|
||||
my ($hash, $arg) = @_;
|
||||
|
||||
mailcheck_Disconnect($hash);
|
||||
close( $hash->{FH} );
|
||||
|
||||
return undef;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user