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
890a3cc3
Commit
890a3cc3
authored
24 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Update entry release to new prototype
parent
f8d9bffb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
servers/slapd/back-ldbm/entry.c
+2
-0
2 additions, 0 deletions
servers/slapd/back-ldbm/entry.c
servers/slapd/back-ldbm/proto-back-ldbm.h
+3
-1
3 additions, 1 deletion
servers/slapd/back-ldbm/proto-back-ldbm.h
with
5 additions
and
1 deletion
servers/slapd/back-ldbm/entry.c
+
2
−
0
View file @
890a3cc3
...
...
@@ -20,6 +20,8 @@
int
ldbm_back_entry_release_rw
(
Backend
*
be
,
Connection
*
conn
,
Operation
*
op
,
Entry
*
e
,
int
rw
)
...
...
This diff is collapsed.
Click to expand it.
servers/slapd/back-ldbm/proto-back-ldbm.h
+
3
−
1
View file @
890a3cc3
...
...
@@ -86,7 +86,9 @@ Entry * dn2entry_rw LDAP_P(( Backend *be, const char *dn, Entry **matched, int r
/*
* entry.c
*/
int
ldbm_back_entry_release_rw
LDAP_P
((
Backend
*
be
,
Entry
*
e
,
int
rw
));
int
ldbm_back_entry_release_rw
LDAP_P
((
Backend
*
be
,
Connection
*
conn
,
Operation
*
op
,
Entry
*
e
,
int
rw
));
/*
* filterindex.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