Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Bugzilla
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
openldap
OpenLDAP
Merge requests
!51
ITS
#9189
- initialize ldo_sasl_cbinding in LDAP_LDO_SASL_NULLARG
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ITS
#9189
- initialize ldo_sasl_cbinding in LDAP_LDO_SASL_NULLARG
iboukris/openldap:fix_ldo_sasl_cbinding
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Isaac Boukris
requested to merge
iboukris/openldap:fix_ldo_sasl_cbinding
into
master
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Reported-by: Ryan Tandy
@ryan
0
0
Merge request reports
Compare
master
version 1
04eca429
4 years ago
master (base)
and
latest version
latest version
4cac398b
1 commit,
4 years ago
version 1
04eca429
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
libraries/libldap/ldap-int.h
+
1
−
1
Options
@@ -301,7 +301,7 @@ struct ldapoptions {
/* SASL Security Properties */
struct
sasl_security_properties
ldo_sasl_secprops
;
int
ldo_sasl_cbinding
;
#define LDAP_LDO_SASL_NULLARG ,0,0,0,0,{0}
#define LDAP_LDO_SASL_NULLARG ,0,0,0,0,{0}
,0
#else
#define LDAP_LDO_SASL_NULLARG
#endif
Loading