Ignore:
File:
1 edited

Legend:

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

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