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
c1c94cb7
Commit
c1c94cb7
authored
Jun 16, 2011
by
Ondrej Kuznik
Committed by
Quanah Gibson-Mount
Jun 21, 2011
Browse files
ITS#6974 (Re)moving stray cleanup code.
parent
91f628bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-monitor/init.c
View file @
c1c94cb7
...
...
@@ -1108,16 +1108,6 @@ done:;
*
elpp
=
(
entry_limbo_t
*
)
ch_malloc
(
sizeof
(
entry_limbo_t
)
);
if
(
*
elpp
==
NULL
)
{
el
.
el_e
->
e_private
=
NULL
;
entry_free
(
el
.
el_e
);
return
-
1
;
}
if
(
*
elpp
!=
NULL
)
{
el
.
el_next
=
NULL
;
**
elpp
=
el
;
}
else
{
if
(
!
BER_BVISNULL
(
&
el
.
el_filter
)
)
{
ch_free
(
el
.
el_filter
.
bv_val
);
}
...
...
@@ -1129,6 +1119,9 @@ done:;
}
return
-
1
;
}
el
.
el_next
=
NULL
;
**
elpp
=
el
;
}
return
0
;
...
...
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