Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
3e6a44ee
Commit
3e6a44ee
authored
Oct 15, 2003
by
Kurt Zeilenga
Browse files
Don't use compat features unnecessarily.
parent
e8c4add1
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/dnssrv.c
View file @
3e6a44ee
...
...
@@ -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
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment