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
f2ac35c6
Commit
f2ac35c6
authored
May 27, 2000
by
Kurt Zeilenga
Browse files
Fix typo in last commit
parent
fa581d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-dnssrv/request.c
View file @
f2ac35c6
...
...
@@ -30,7 +30,7 @@ dnssrv_back_request(
char
**
hosts
=
NULL
;
struct
berval
**
urls
=
NULL
;
if
(
ndn
==
NULL
&&
*
ndn
==
'\0'
)
)
{
if
(
ndn
==
NULL
&&
*
ndn
==
'\0'
)
{
send_ldap_result
(
conn
,
op
,
LDAP_UNWILLING_TO_PERFORM
,
NULL
,
"operation upon null (empty) DN disallowed"
,
NULL
,
NULL
);
...
...
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