forked from pool/virtualbox
3c1dc4f2d5
OBS-URL: https://build.opensuse.org/request/show/854343 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=577
17 lines
743 B
Diff
17 lines
743 B
Diff
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;
|