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
Nadezhda Ivanova
OpenLDAP
Commits
4a961ed6
Commit
4a961ed6
authored
Jun 12, 2016
by
Hallvard Furuseth
Browse files
Catch slapmodify entry setup errors
parent
1899118e
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/slapmodify.c
View file @
4a961ed6
...
...
@@ -285,7 +285,9 @@ slapmodify( int argc, char **argv )
rc
=
(
id
==
NOID
);
if
(
rc
==
LDAP_SUCCESS
&&
lr
.
lr_op
!=
LDAP_REQ_DELETE
)
{
e_orig
=
be
->
be_entry_get
(
be
,
id
);
if
(
e_orig
)
e
=
entry_dup
(
e_orig
);
rc
=
(
e
==
NULL
);
}
break
;
}
...
...
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