mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
fhem.pl: add 10038 as badf for Windows (Forum #114513)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@22935 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1b69ada79e
commit
b1b13a833f
2
fhem.pl
2
fhem.pl
@ -723,7 +723,7 @@ while (1) {
|
|||||||
$errcount++;
|
$errcount++;
|
||||||
|
|
||||||
# Handling "Bad file descriptor". This is a programming error.
|
# Handling "Bad file descriptor". This is a programming error.
|
||||||
if($err == 9) { # BADF, don't want to "use errno.ph"
|
if($err == 9 || $err == 10038) { # BADF, don't want to "use errno.ph"
|
||||||
my $nbad = 0;
|
my $nbad = 0;
|
||||||
foreach my $p (keys %selectlist) {
|
foreach my $p (keys %selectlist) {
|
||||||
my ($tin, $tout) = ('', '');
|
my ($tin, $tout) = ('', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user