This website works better with JavaScript.
Explore
Help
Sign In
uLab
/
xrdp-proprietary
mirror of
https://mirror.git.trinitydesktop.org/gitea/uLab/xrdp-proprietary
Watch
0
Star
0
Fork
You've already forked xrdp-proprietary
0
Code
Issues
Releases
Wiki
Activity
fix an error in tcp_select
Browse Source
ulab-original
jsorg71
19 years ago
parent
65ed54cc95
commit
da4f53d48c
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
common/os_calls.c
Unescape
Escape
View File
@ -429,6 +429,10 @@ g_tcp_select(int sck1, int sck2)
rv
=
rv
|
2
;
rv
=
rv
|
2
;
}
}
}
}
else
{
rv
=
0
;
}
return
rv
;
return
rv
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
uLab/xrdp-proprietary
Title
Body
Create Issue