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
9f50b051
Commit
9f50b051
authored
Feb 12, 2008
by
Quanah Gibson-Mount
Browse files
ITS
#5338
parent
13118c1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
9f50b051
...
...
@@ -6,6 +6,7 @@ OpenLDAP 2.4.8 Engineering
Fixed libldap extended decoding (ITS#5304)
Fixed libldap filter abort (ITS#5300)
Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
Fixed libldap result codes for open (ITS#5338)
Fixed libldap search timeout crash (ITS#5291)
Fixed libldap paged results crash (ITS#5315)
Fixed libldap use of %n (ITS#5324)
...
...
libraries/libldap/open.c
View file @
9f50b051
...
...
@@ -82,7 +82,7 @@ ldap_open( LDAP_CONST char *host, int port )
}
Debug
(
LDAP_DEBUG_TRACE
,
"ldap_open: %s
\n
"
,
ld
=
=
NULL
?
"succeeded"
:
"failed"
,
0
,
0
);
ld
!
=
NULL
?
"succeeded"
:
"failed"
,
0
,
0
);
return
ld
;
}
...
...
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