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
Joe Martin
OpenLDAP
Commits
04382bb2
Commit
04382bb2
authored
Mar 08, 2003
by
Pierangelo Masarati
Browse files
LDAP_INVALID_DN is undefined; use LDAP_INVALID_DN_SYNTAX instead
parent
8e3a79a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/modrdn.c
View file @
04382bb2
...
...
@@ -377,7 +377,7 @@ ldbm_back_modrdn(
"ldbm_back_modrdn: can't figure out type(s)/value(s) of newrdn
\n
"
,
0
,
0
,
0
);
send_ldap_result
(
conn
,
op
,
LDAP_INVALID_DN
,
send_ldap_result
(
conn
,
op
,
LDAP_INVALID_DN
_SYNTAX
,
NULL
,
"unable to parse type(s)/value(s) used in RDN"
,
NULL
,
NULL
);
goto
return_results
;
}
...
...
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