Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
0c484042
Commit
0c484042
authored
Jun 16, 2000
by
Kurt Zeilenga
Browse files
Fix typo in last commit
parent
ac659e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/os-ip.c
View file @
0c484042
...
...
@@ -305,7 +305,7 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb, const char *host,
sai
=
res
;
rc
=
-
1
;
do
{
s
=
ldap_pvt_socket
(
ld
,
sai
->
ai_family
,
ld
);
s
=
ldap_pvt_socket
(
ld
,
sai
->
ai_family
);
if
(
s
==
-
1
)
{
continue
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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