Changeset 6d717a4 in mainline


Ignore:
Timestamp:
2013-04-20T06:42:32Z (11 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ccb5165
Parents:
25eec4e
Message:

Fix UDP crash when closing socket.

File:
1 edited

Legend:

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

    r25eec4e r6d717a4  
    611611                if (sock->sock_core != NULL)
    612612                        udp_sock_notify_data(sock->sock_core);
    613 
    614                
    615                 udp_sock_notify_data(sock->sock_core);
    616613               
    617614                if (urc != UDP_EOK) {
Note: See TracChangeset for help on using the changeset viewer.