Ignore:
File:
1 edited

Legend:

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

    r797dc79e r8499160  
    108108                assert(nconn->cstate == st_closed);
    109109                tcp_conn_unlock(nconn);
    110                 tcp_conn_delete(nconn);
    111110                return TCP_ERESET;
    112111        }
     
    281280{
    282281        log_msg(LOG_DEFAULT, LVL_DEBUG, "tcp_uc_abort()");
    283 
    284         tcp_conn_lock(conn);
    285         tcp_conn_reset(conn);
    286         tcp_conn_unlock(conn);
    287282}
    288283
Note: See TracChangeset for help on using the changeset viewer.