Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ingo Voss
OpenLDAP
Commits
8df6a6a0
Commit
8df6a6a0
authored
Jan 08, 2005
by
Pierangelo Masarati
Browse files
reset e_ocflags on objectClass modify (import from HEAD)
parent
44db293f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
8df6a6a0
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.2 Change Log
OpenLDAP 2.2.21 Engineering
Fixed slapd group limits
Fixed back-bdb entry e_ocflags reset on objectClass modify
OpenLDAP 2.2.20 Release
Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
...
...
servers/slapd/back-bdb/modify.c
View file @
8df6a6a0
...
...
@@ -565,6 +565,7 @@ retry: /* transaction retry */
goto
return_results
;
}
}
else
{
e
->
e_ocflags
=
dummy
.
e_ocflags
;
rc
=
bdb_cache_modify
(
e
,
dummy
.
e_attrs
,
bdb
->
bi_dbenv
,
locker
,
&
lock
);
switch
(
rc
)
{
case
DB_LOCK_DEADLOCK
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment