X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fdns.c;h=7017bac75af5faf7a99ce2e17ee088bcc6fd5a32;hb=refs%2Fheads%2Ftx6s-glyn;hp=cf4ed8624b5474642c092ed259f8d9af6ebfeb37;hpb=67f17b5227433573bb5eb9c40046ff54d57e73e2;p=karo-tx-uboot.git diff --git a/net/dns.c b/net/dns.c index cf4ed8624b..7017bac75a 100644 --- a/net/dns.c +++ b/net/dns.c @@ -197,7 +197,7 @@ void dns_start(void) { debug("%s\n", __func__); - NetSetTimeout(DNS_TIMEOUT, dns_timeout_handler); + net_set_timeout_handler(DNS_TIMEOUT, dns_timeout_handler); net_set_udp_handler(dns_handler); /* Clear a previous MAC address, the server IP might have changed. */