Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
25f81a48
Commit
25f81a48
authored
May 13, 2006
by
Howard Chu
Browse files
Add SSL failure reason to TLS: can't connect message.
parent
87ba3eb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/tls.c
View file @
25f81a48
...
...
@@ -822,7 +822,8 @@ ldap_int_tls_connect( LDAP *ld, LDAPConn *conn )
#endif
}
Debug
(
LDAP_DEBUG_ANY
,
"TLS: can't connect.
\n
"
,
0
,
0
,
0
);
Debug
(
LDAP_DEBUG_ANY
,
"TLS: can't connect: %s.
\n
"
,
ld
->
ld_error
?
ld
->
ld_error
:
""
,
0
,
0
);
ber_sockbuf_remove_io
(
sb
,
&
sb_tls_sbio
,
LBER_SBIOD_LEVEL_TRANSPORT
);
...
...
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