mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 23:33:07 -05:00
Fix typo in last commit
This commit is contained in:
parent
fa581d7542
commit
f2ac35c653
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue