VirtualBox

Changeset 63860 in vbox for trunk/src/VBox/Main/webservice


Ignore:
Timestamp:
Sep 16, 2016 8:29:40 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110714
Message:

Main/webservice: For all SOAP errors trigger the error code path, not just for socket errors. Purely paranoia, not aware of real world problems with the previous condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/webservice/vboxweb.cpp

    r63563 r63860  
    894894                  g_uBindToPort,    // port
    895895                  g_uBacklog);      // backlog = max queue size for requests
    896     if (m == SOAP_INVALID_SOCKET)
     896    if (m < 0)
    897897        WebLogSoapError(&soap);
    898898    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette