VirtualBox

Ticket #19634: new-gsoap.patch

File new-gsoap.patch, 782 bytes (added by LocutusOfBorg, 4 years ago)

changed the gsoap version with 208103

  • src/VBox/Main/webservice/vboxweb.cpp

    Description: fix build failure with new gsoap
    Bug-Debian: https://bugs.debian.org/966182
    Forwarded: https://www.virtualbox.org/ticket/19634
    Author: Gianfranco Costamagna <locutusofborg@debian.org>
    old new static void doQueuesLoop()  
    944944                if (rv == 0)
    945945                    continue; // timeout, not necessary to bother gsoap
    946946                // r < 0, errno
     947#if GSOAP_VERSION >= 208103
     948                if (soap_socket_errno == SOAP_EINTR)
     949#else
    947950                if (soap_socket_errno(soap.master) == SOAP_EINTR)
     951#endif
    948952                    rv = 0; // re-check if we should terminate
    949953                break;
    950954            }

© 2023 Oracle
ContactPrivacy policyTerms of Use