VirtualBox

Changeset 37938 in vbox


Ignore:
Timestamp:
Jul 14, 2011 4:28:46 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72849
Message:

NAT: logs, don't assert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/debug.c

    r37937 r37938  
    298298    size_t cb = 0;
    299299    const struct tcpcb *tp = (const struct tcpcb *)pvValue;
    300     AssertReturn(RTStrCmp(pszType, "tcpcb793") == 0 && tp, 0);
     300    AssertReturn(RTStrCmp(pszType, "tcpcb793") == 0, 0);
    301301    if (tp)
    302302    {
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