Windows bugfix for FHZ and other small changes

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@430 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-08-23 09:18:44 +00:00
parent 10f77e47ed
commit 2584f33f79
6 changed files with 160 additions and 48 deletions

View File

@@ -117,7 +117,7 @@ FW_Undef($$)
if(defined($hash->{CD})) { # Clients
close($hash->{CD});
delete($selectlist{$hash->{NAME}});
delete($selectlist{$name});
}
if(defined($hash->{SERVERSOCKET})) { # Server
close($hash->{SERVERSOCKET});