VirtualBox

Ignore:
Timestamp:
Nov 6, 2008 4:05:38 AM (16 years ago)
Author:
vboxsync
Message:

undoing 38898

File:
1 edited

Legend:

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

    r13896 r13897  
    378378                while (1) {
    379379                    tcp_loop_begin:
    380                     if (so == &tcb || so == NULL) {
     380                    if (so == &tcb) {
    381381                        VBOX_SLIRP_UNLOCK(pData->tcb_mutex);
    382382                        break;
     
    568568                while (1) {
    569569                    loop_begin:
    570                     if (so == &tcb || so == NULL) {
     570                    if (so == &tcb) {
    571571                        VBOX_SLIRP_UNLOCK(pData->tcb_mutex);
    572572                        break;
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