Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4
virtualbox
handle_gsoap_208103.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File handle_gsoap_208103.patch of Package virtualbox
Index: VirtualBox-6.1.16/src/VBox/Main/webservice/vboxweb.cpp =================================================================== --- VirtualBox-6.1.16.orig/src/VBox/Main/webservice/vboxweb.cpp +++ VirtualBox-6.1.16/src/VBox/Main/webservice/vboxweb.cpp @@ -945,9 +945,9 @@ static void doQueuesLoop() continue; // timeout, not necessary to bother gsoap // r < 0, errno #if GSOAP_VERSION >= 208103 - if (soap_socket_errno == SOAP_EINTR) + if (soap_socket_errno == SOAP_EINTR) #else - if (soap_socket_errno(soap.master) == SOAP_EINTR) + if (soap_socket_errno(fd) == SOAP_EINTR) #endif rv = 0; // re-check if we should terminate break;
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