Don't use compat features unnecessarily.

This commit is contained in:
Kurt Zeilenga 2003-10-15 03:39:05 +00:00
parent e8c4add1a3
commit 3e6a44ee47

View file

@ -203,7 +203,7 @@ int ldap_domain2hostlist(
#endif
rc = LDAP_UNAVAILABLE;
len = res_query(request, C_IN, T_SRV, reply, sizeof(reply));
len = res_query(request, ns_c_in, ns_t_srv, reply, sizeof(reply));
if (len >= 0) {
unsigned char *p;
char host[DNSBUFSIZ];