Skip to content
Snippets Groups Projects
Commit f2ac35c6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in last commit

parent fa581d75
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment