VirtualBox

Changeset 13958 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Nov 7, 2008 12:53:28 PM (16 years ago)
Author:
vboxsync
Message:

slirp:typo

File:
1 edited

Legend:

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

    r13897 r13958  
    358358        /* Remove it from the queue */
    359359        ifqt = ifm->ifq_prev;
     360#ifdef VBOX_WITH_SYNC_SLIRP
    360361        if (ifm->m_prev != ifm && ifm->m_prev != NULL)
     362#endif
    361363            remque(pData, ifm);
    362364
     
    373375
    374376        /* If there are more packets for this session, re-queue them */
    375         if (ifm->ifs_next != /* ifm->ifs_prev != */ ifm && ifm->ifs_next != NULL) {
     377        if (ifm->ifs_next != /* ifm->ifs_prev != */ ifm
     378#ifdef VBOX_WITH_SYNC_SLIRP
     379    && ifm->ifs_next != NULL
     380#endif
     381) {
    376382                insque(pData, ifm->ifs_next, ifqt);
    377383                ifs_remque(ifm);
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