2
0
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:
justme-1968 2013-09-16 21:59:35 +00:00
parent b5a625c6cd
commit fbf872d67b

View File

@ -193,7 +193,6 @@ mailcheck_Undefine($$)
my ($hash, $arg) = @_;
mailcheck_Disconnect($hash);
close( $hash->{FH} );
return undef;
}