Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/inet/src/udp.c

    rb9be9b0 rec7902d  
    2727 */
    2828
    29 /** @addtogroup libinet
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    256256{
    257257        async_exch_t *exch;
    258         inet_ep_t ddest;
    259258
    260259        exch = async_exchange_begin(assoc->udp->sess);
    261260        aid_t req = async_send_1(exch, UDP_ASSOC_SEND_MSG, assoc->id, NULL);
    262 
    263         /* If dest is null, use default destination */
    264         if (dest == NULL) {
    265                 inet_ep_init(&ddest);
    266                 dest = &ddest;
    267         }
    268261
    269262        errno_t rc = async_data_write_start(exch, (void *)dest,
Note: See TracChangeset for help on using the changeset viewer.