Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
7f21e35c
Commit
7f21e35c
authored
Jul 24, 2007
by
Howard Chu
Browse files
Revert prev commit. There's no solid justification for it, and it
probably breaks more than it fixes.
parent
64d57796
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
7f21e35c
...
...
@@ -1120,8 +1120,6 @@ locked:
op2
.
o_dn
=
op
->
o_bd
->
be_rootdn
;
op2
.
o_ndn
=
op
->
o_bd
->
be_rootndn
;
op2
.
o_bd
->
bd_info
=
(
BackendInfo
*
)
on
->
on_info
;
/* Don't touch modifyTimestamp etc */
SLAP_DBFLAGS
(
op2
.
o_bd
)
|=
SLAP_DBFLAG_NOLASTMOD
;
rc
=
op
->
o_bd
->
be_modify
(
&
op2
,
&
r2
);
slap_mods_free
(
mod
,
1
);
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment