mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Don't use compat features unnecessarily.
This commit is contained in:
parent
e8c4add1a3
commit
3e6a44ee47
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue