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
3e9868b4
Commit
3e9868b4
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for unifdef -DSLAPD_SCHEMA_NOT_COMPAT
parent
a5ee438c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slapd/attr.c
+0
-4
0 additions, 4 deletions
servers/slapd/attr.c
servers/slapd/value.c
+1
-3
1 addition, 3 deletions
servers/slapd/value.c
with
1 addition
and
7 deletions
servers/slapd/attr.c
+
0
−
4
View file @
3e9868b4
...
...
@@ -119,7 +119,6 @@ attr_normalize( char *s )
return
(
ldap_pvt_str2lower
(
s
)
);
}
#endif
/*
* attr_merge_fast - merge the given type and value with the list of
...
...
@@ -129,9 +128,6 @@ attr_normalize( char *s )
* -1 trouble
*/
#ifdef SLAPD_SCHEMA_NOT_COMPAT
/* not used */
#else
int
attr_merge_fast
(
Entry
*
e
,
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/value.c
+
1
−
3
View file @
3e9868b4
...
...
@@ -51,9 +51,7 @@ value_add(
return
LDAP_SUCCESS
;
}
#ifdef SLAPD_SCHEMA_NOT_COMPAT
/* not used */
#else
#ifndef SLAPD_SCHEMA_NOT_COMPAT
int
value_add_fast
(
struct
berval
***
vals
,
...
...
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