avoid doubble close in UndefFn

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3919 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme1968
2013-09-16 21:59:35 +00:00
parent d23883dfd1
commit 7440072820

View File

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