diff options
Diffstat (limited to 'net/dns.c')
| -rw-r--r-- | net/dns.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -200,7 +200,7 @@ DnsStart(void)  	debug("%s\n", __func__);  	NetSetTimeout(DNS_TIMEOUT, DnsTimeout); -	NetSetHandler(DnsHandler); +	net_set_udp_handler(DnsHandler);  	DnsSend();  } |