Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
d8a99652
Commit
d8a99652
authored
Apr 21, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
May 10, 2021
Browse files
Report mbe->register_entry() errors
parent
e1d6e218
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-monitor/init.c
View file @
d8a99652
...
...
@@ -462,6 +462,7 @@ monitor_back_register_entry(
unsigned
long
flags
)
{
monitor_info_t
*
mi
;
int
rc
=
0
;
if
(
be_monitor
==
NULL
)
{
Debug
(
LDAP_DEBUG_ANY
,
...
...
@@ -484,7 +485,6 @@ monitor_back_register_entry(
struct
berval
pdn
=
BER_BVNULL
;
monitor_entry_t
*
mp
=
NULL
,
*
mp_parent
=
NULL
;
int
rc
=
0
;
if
(
monitor_cache_get
(
mi
,
&
e
->
e_nname
,
&
e_parent
)
==
0
)
{
/* entry exists */
...
...
@@ -615,7 +615,7 @@ done:;
**
elpp
=
el
;
}
return
0
;
return
rc
;
}
int
...
...
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