summaryrefslogtreecommitdiffstats
path: root/rfbserver.c
diff options
context:
space:
mode:
authordscho <dscho>2001-10-10 15:07:17 +0000
committerdscho <dscho>2001-10-10 15:07:17 +0000
commitfad7881732f39780fecd0a0c678392f002b88e26 (patch)
treee04eb7c43100a2eefd51222fb15550b289c882dd /rfbserver.c
parent631d3be5408c9b487bb75ecc25177de4901b71d5 (diff)
downloadlibtdevnc-fad7881732f39780fecd0a0c678392f002b88e26.tar.gz
libtdevnc-fad7881732f39780fecd0a0c678392f002b88e26.zip
pthreads corrections
Diffstat (limited to 'rfbserver.c')
-rw-r--r--rfbserver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfbserver.c b/rfbserver.c
index 283d8ce..16cf8d6 100644
--- a/rfbserver.c
+++ b/rfbserver.c
@@ -137,6 +137,7 @@ rfbNewClientConnection(rfbScreen,sock)
if(cl!=NULL)
newConnection(cl, (KEYBOARD_DEVICE|POINTER_DEVICE),1,1,1);
#endif
+ FD_SET(sock,&(rfbScreen->allFds));
}