Changes in uspace/srv/net/tcp/ucall.c [797dc79e:8499160] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/ucall.c
r797dc79e r8499160 108 108 assert(nconn->cstate == st_closed); 109 109 tcp_conn_unlock(nconn); 110 tcp_conn_delete(nconn);111 110 return TCP_ERESET; 112 111 } … … 281 280 { 282 281 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);287 282 } 288 283
Note:
See TracChangeset
for help on using the changeset viewer.