Changeset 22e80508 in mainline for uspace/lib/net/tl/socket_core.c


Ignore:
Timestamp:
2013-03-14T14:33:48Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b0b508
Parents:
42fd4d2
Message:

temporary workaround for ticket #521

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/tl/socket_core.c

    r42fd4d2 r22e80508  
    8383{
    8484        /* If bound */
     85       
     86        // FIXME:
     87        // Temporary workaround for ticket #521
     88        // (causes port leak)
     89#if 0
    8590        if (socket->port) {
    8691                /* Release the port */
    8792                socket_port_release(global_sockets, socket);
    8893        }
     94#endif
    8995       
    9096        dyn_fifo_destroy(&socket->accepted);
Note: See TracChangeset for help on using the changeset viewer.