VirtualBox

Changeset 9181 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 27, 2008 11:14:15 PM (17 years ago)
Author:
vboxsync
Message:

The assertion was valid, the orphaning means pNetwork == NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp

    r9180 r9181  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox network devices:
    4  * Internal networking, ring 0
     3 * Internal networking - The ring 0 service.
    54 */
    65
     
    10021001                pPrev = pPrev->pNext;
    10031002            }
     1003            Assert(pPrev);
    10041004        }
    10051005        RTSemFastMutexRelease(pNetwork->FastMutex);
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