Ignore:
File:
1 edited

Legend:

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

    r0d520a2 r69a93df7  
    8989        socket = (tcp_sockdata_t *)sock_core->specific_data;
    9090        (void)socket;
    91 
    92         /* XXX We need to initiate connection cleanup here */
    9391}
    9492
     
    837835                }
    838836        }
    839 
    840         /* Clean up */
    841         log_msg(LVL_DEBUG, "tcp_sock_connection: Clean up");
    842         async_hangup(client.sess);
    843         socket_cores_release(NULL, &client.sockets, &gsock, tcp_free_sock_data);
    844837}
    845838
Note: See TracChangeset for help on using the changeset viewer.