Skip to content
Snippets Groups Projects
Commit 3e6a44ee authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't use compat features unnecessarily.

parent e8c4add1
No related branches found
No related tags found
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment