Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Jaak Ristioja
OpenLDAP
Commits
d45daae0
Commit
d45daae0
authored
25 years ago
by
Juan Gomez
Browse files
Options
Downloads
Patches
Plain Diff
Fix name typo
parent
335f9f8f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
servers/slapd/back-bdb2/proto-back-bdb2.h
+2
-2
2 additions, 2 deletions
servers/slapd/back-bdb2/proto-back-bdb2.h
with
2 additions
and
2 deletions
servers/slapd/back-bdb2/proto-back-bdb2.h
+
2
−
2
View file @
d45daae0
...
...
@@ -148,7 +148,7 @@ int bdb2i_index_add_values LDAP_P(( BackendDB *be, char *type, struct berval **v
* These prototypes are placed here because they are used by modify and
* modify rdn which are implemented in different files.
*
* We need bdb2i_internal
_modify
here because of LDAP modrdn & modify use
* We need bdb2i_
back_modify_
internal here because of LDAP modrdn & modify use
* it. If we do not add this, there would be a bunch of code replication
* here and there and of course the likelihood of bugs increases.
* Juan C. Gomez (gomez@engr.sgi.com) 05/18/99
...
...
@@ -158,7 +158,7 @@ int bdb2i_index_add_values LDAP_P(( BackendDB *be, char *type, struct berval **v
int
bdb2i_add_values
LDAP_P
((
Entry
*
e
,
LDAPMod
*
mod
,
char
*
dn
));
int
bdb2i_delete_values
LDAP_P
((
Entry
*
e
,
LDAPMod
*
mod
,
char
*
dn
));
int
bdb2i_replace_values
LDAP_P
((
Entry
*
e
,
LDAPMod
*
mod
,
char
*
dn
));
int
bdb2i_modify_internal
LDAP_P
((
Backend
*
be
,
Connection
*
conn
,
Operation
*
op
,
int
bdb2i_
back_
modify_internal
LDAP_P
((
Backend
*
be
,
Connection
*
conn
,
Operation
*
op
,
char
*
dn
,
LDAPModList
*
mods
,
Entry
*
e
));
/*
* nextid.c
...
...
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