Changeset be942bc in mainline for uspace/srv/net/tl/tcp/tcp.c


Ignore:
Timestamp:
2010-12-21T11:43:44Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b0a76d5
Parents:
78ffb70
Message:

Do not use EPARTY inappropriately.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/tcp.c

    r78ffb70 rbe942bc  
    20852085        if (!fibril) {
    20862086                free(operation_timeout);
    2087                 return EPARTY;  /* FIXME: use another EC */
    2088         }
     2087                return ENOMEM;
     2088        }
     2089
    20892090//      fibril_mutex_lock(&socket_data->operation.mutex);
    20902091        /* Start the timeout fibril */
Note: See TracChangeset for help on using the changeset viewer.