wahern / dns

dns.c: Single file non-blocking DNS C library without callbacks or external dependencies.
http://25thandclement.com/~william/projects/dns.c.html
MIT License
256 stars 64 forks source link

dns_resconf_search doesn't preserve FQDNs #14

Closed wahern closed 8 years ago

wahern commented 8 years ago

If a domain is fully-qualified dns_resconf_search should return it and only it, skipping search domain generation.

wahern commented 8 years ago

Fixed in commit 3501e7ef84614b43e8aadbf0b98f3511cadb50f8.