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
openldap
OpenLDAP
Commits
12a81e78
Commit
12a81e78
authored
Apr 06, 2021
by
Ondřej Kuzník
Browse files
ITS
#9337
Actually use the local Operation
parent
e9297791
Pipeline
#2442
passed with stage
in 46 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/lastbind/lastbind.c
View file @
12a81e78
...
...
@@ -225,7 +225,7 @@ done:
*/
}
rc
=
op
->
o_bd
->
be_modify
(
&
op2
,
&
r2
);
rc
=
op
2
.
o_bd
->
be_modify
(
&
op2
,
&
r2
);
slap_mods_free
(
mod
,
1
);
}
...
...
Write
Preview
Markdown
is supported
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