Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
14ea1152
Commit
14ea1152
authored
Nov 13, 2003
by
Howard Chu
Browse files
ITS#2827 patch from Masato Taruishi
parent
fb493f5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/mods.c
View file @
14ea1152
...
...
@@ -291,7 +291,7 @@ modify_delete_values(
snprintf
(
textbuf
,
textlen
,
"%s: matching rule failed"
,
mod
->
sm_desc
->
ad_cname
.
bv_val
);
goto
return_results
;
break
;
}
if
(
match
!=
0
)
{
...
...
@@ -317,7 +317,11 @@ modify_delete_values(
"modify/delete: %s: no such value"
,
mod
->
sm_desc
->
ad_cname
.
bv_val
);
rc
=
LDAP_NO_SUCH_ATTRIBUTE
;
goto
return_results
;
if
(
i
>
0
)
{
break
;
}
else
{
goto
return_results
;
}
}
}
...
...
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