VirtualBox

Ignore:
Timestamp:
Mar 19, 2010 3:31:53 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59054
Message:

RT: temporary commented out owner assert in RT socket's shutdown() - we do that concurrently sometimes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/socket.cpp

    r27510 r27541  
    575575    AssertReturn(pThis->u32Magic == RTSOCKET_MAGIC, VERR_INVALID_HANDLE);
    576576    AssertReturn(fRead || fWrite, VERR_INVALID_PARAMETER);
    577     AssertReturn(rtSocketTryLock(pThis), VERR_CONCURRENT_ACCESS);
     577    //AssertReturn(rtSocketTryLock(pThis), VERR_CONCURRENT_ACCESS);
    578578
    579579    /*
Note: See TracChangeset for help on using the changeset viewer.

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