Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
9f50b051
Commit
9f50b051
authored
17 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5338
parent
13118c1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
libraries/libldap/open.c
+1
-1
1 addition, 1 deletion
libraries/libldap/open.c
with
2 additions
and
1 deletion
CHANGES
+
1
−
0
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)
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap/open.c
+
1
−
1
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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment