mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix typo in last commit
This commit is contained in:
parent
fa581d7542
commit
f2ac35c653
@ -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 New Issue
Block a user