From f2ac35c6538982c826e130906d026f1c651603d2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 27 May 2000 00:39:35 +0000 Subject: [PATCH] Fix typo in last commit --- servers/slapd/back-dnssrv/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-dnssrv/request.c b/servers/slapd/back-dnssrv/request.c index ebe81ad1d8..96cac45767 100644 --- a/servers/slapd/back-dnssrv/request.c +++ b/servers/slapd/back-dnssrv/request.c @@ -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 ); -- 2.39.5