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
openldap
OpenLDAP
Commits
cd06dac2
Commit
cd06dac2
authored
Dec 27, 2001
by
Pierangelo Masarati
Browse files
:)
parent
cefce9c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/modrdn.c
View file @
cd06dac2
...
...
@@ -265,7 +265,7 @@ do_modrdn(
goto
cleanup
;
}
if
(
rdnValidate
(
pnewrdn
)
=
=
LDAP_SUCCESS
)
{
if
(
rdnValidate
(
pnewrdn
)
!
=
LDAP_SUCCESS
)
{
#ifdef NEW_LOGGING
LDAP_LOG
((
"operation"
,
LDAP_LEVEL_ERR
,
"do_modrdn: invalid rdn (%s).
\n
"
,
pnewrdn
->
bv_val
));
...
...
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