Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
LibVNCServer
patch-libvnc-0215.l
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File patch-libvnc-0215.l of Package LibVNCServer
Index: LibVNCServer-0.9.1/libvncserver/main.c =================================================================== --- LibVNCServer-0.9.1.orig/libvncserver/main.c +++ LibVNCServer-0.9.1/libvncserver/main.c @@ -1053,16 +1053,17 @@ rfbProcessEvents(rfbScreenInfoPtr screen { rfbClientIteratorPtr i; rfbClientPtr cl,clPrev; struct timeval tv; + unsigned int rep = 0; rfbBool result=FALSE; extern rfbClientIteratorPtr rfbGetClientIteratorWithClosed(rfbScreenInfoPtr rfbScreen); if(usec<0) usec=screen->deferUpdateTime*1000; - rfbCheckFds(screen,usec); + while (rfbCheckFds(screen,usec) && ++rep < 16); rfbHttpCheckFds(screen); #ifdef CORBA corbaCheckFds(screen); #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor