Changeset 58e8646 in mainline for uspace/srv/net/dnsrsrv/query.c


Ignore:
Timestamp:
2017-08-23T18:37:21Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
258d77e
Parents:
853802e
Message:

Fix DNS resolution not working due to missing local address.

File:
1 edited

Legend:

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

    r853802e r58e8646  
    9090        list_append(&question->msg, &msg->question);
    9191       
     92        log_msg(LOG_DEFAULT, LVL_DEBUG, "dns_name_query: send DNS request");
    9293        dns_message_t *amsg;
    9394        int rc = dns_request(msg, &amsg);
Note: See TracChangeset for help on using the changeset viewer.