VirtualBox

Changeset 13617 in vbox


Ignore:
Timestamp:
Oct 28, 2008 1:00:13 PM (16 years ago)
Author:
vboxsync
Message:

slirp:typo

File:
1 edited

Legend:

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

    r13604 r13617  
    532532        if ((so->so_tcpcb = tcp_newtcpcb(pData, so)) == NULL)
    533533           return -1;
     534#ifdef VBOX_WITH_SYNC_SLIRP
    534535        so->so_type = IPPROTO_TCP;
    535536
     
    537538        insque(pData, so, &tcb);
    538539        RTSemMutexRelease(pData->tcb_mutex);
     540#else
     541        insque(pData, so, &tcb);
     542#endif
    539543
    540544        return 0;
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