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 for g_tcp_select
Browse Source
ulab-original
jsorg71
19 years ago
parent
ae3e6c3f1f
commit
10d8a61520
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
Xserver/hw/rdp/rdpmisc.c
Unescape
Escape
View File
@ -353,6 +353,10 @@ g_tcp_select(int sck1, int sck2)
rv
=
rv
|
2
;
}
}
else
{
rv
=
0
;
}
return
rv
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
uLab/xrdp-proprietary
Title
Body
Create Issue