Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dnsrsrv/transport.c

    rb5f716b r26de91a  
    286286static int transport_recv_fibril(void *arg)
    287287{
    288         dns_message_t *resp = NULL;
     288        dns_message_t *resp;
    289289        trans_req_t *treq;
    290290        int rc;
     
    294294                if (rc != EOK)
    295295                        continue;
    296 
    297                 assert(resp != NULL);
    298296
    299297                fibril_mutex_lock(&treq_lock);
Note: See TracChangeset for help on using the changeset viewer.