diff options
author | dscho <dscho> | 2006-01-10 14:07:58 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-01-10 14:07:58 +0000 |
commit | 0b7a0030acc27377b01e3afa41f672dc4d6a7561 (patch) | |
tree | 7499d9d059b095970be9e0e8312004e5fe348dd2 /ChangeLog | |
parent | 71f2ec79180185a6c3db0c87f9d53c491dc31e76 (diff) | |
download | libtdevnc-0b7a0030acc27377b01e3afa41f672dc4d6a7561.tar.gz libtdevnc-0b7a0030acc27377b01e3afa41f672dc4d6a7561.zip |
rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-01-10 Johannes E. Schindelin <Johannes.Schindelin@gmx.de> + * libvncserver/{main.c,rfbserver.c}: fix timely closing of clients; + the client iterator in rfbProcessEvents() has to iterate also + over clients whose sock < 0. Noticed by Karl. + 2006-01-08 Karl Runge <runge@karlrunge.com> * x11vnc: the big split. (and -afteraccept and -passwdfile read:..) * examples/pnmshow24.c: fix typo. |