VirtualBox

Changeset 40836 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Apr 9, 2012 9:10:45 AM (13 years ago)
Author:
vboxsync
Message:

NAT: don't compile else branch if logging is disabled.

File:
1 edited

Legend:

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

    r40835 r40836  
    13221322                if (ret > 0)
    13231323                    TCP_OUTPUT(pData, sototcpcb(so));
     1324#ifdef LOG_ENABLED
    13241325                else if (pPrevSo->so_next == so)
    13251326                {
     
    13271328                    break;
    13281329                }
     1330#endif
    13291331            }
    13301332            if (pPrevSo->so_next == so)
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