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
HAMANO Tsukasa
OpenLDAP
Commits
6a6626b4
Commit
6a6626b4
authored
Feb 08, 2011
by
Ralf Haferkamp
Browse files
removed some used vars
parent
5fa18263
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-monitor/search.c
View file @
6a6626b4
...
...
@@ -39,9 +39,8 @@ monitor_find_children(
Entry
**
vol
)
{
monitor_info_t
*
mi
=
(
monitor_info_t
*
)
op
->
o_bd
->
be_private
;
monitor_entry_t
*
mp
;
mp
=
(
monitor_entry_t
*
)
e_parent
->
e_private
;
*
nonv
=
mp
->
mp_children
;
...
...
servers/slapd/overlays/translucent.c
View file @
6a6626b4
...
...
@@ -629,7 +629,6 @@ static int translucent_pwmod(Operation *op, SlapReply *rs) {
slap_overinst
*
on
=
(
slap_overinst
*
)
op
->
o_bd
->
bd_info
;
translucent_info
*
ov
=
on
->
on_bi
.
bi_private
;
const
struct
berval
bv_exop_pwmod
=
BER_BVC
(
LDAP_EXOP_MODIFY_PASSWD
);
Entry
*
e
=
NULL
,
*
re
=
NULL
;
BackendDB
*
db
;
int
rc
=
0
;
...
...
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