Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 741500
Collapse All | Expand All

(-)src/VBox/Main/webservice/vboxweb.cpp (+4 lines)
Lines 944-950 static void doQueuesLoop() Link Here
944
                if (rv == 0)
944
                if (rv == 0)
945
                    continue; // timeout, not necessary to bother gsoap
945
                    continue; // timeout, not necessary to bother gsoap
946
                // r < 0, errno
946
                // r < 0, errno
947
#if GSOAP_VERSION >= 208103
948
                if (soap_socket_errno == SOAP_EINTR)
949
#else
947
                if (soap_socket_errno(soap.master) == SOAP_EINTR)
950
                if (soap_socket_errno(soap.master) == SOAP_EINTR)
951
#endif
948
                    rv = 0; // re-check if we should terminate
952
                    rv = 0; // re-check if we should terminate
949
                break;
953
                break;
950
            }
954
            }

Return to bug 741500