diff --git a/servers/ldapd/main.c b/servers/ldapd/main.c index 5badc56bee..764f4e9c09 100644 --- a/servers/ldapd/main.c +++ b/servers/ldapd/main.c @@ -406,7 +406,7 @@ main( int argc, char **argv ) #ifdef HAVE_TCPD if ( !hosts_ctl("ldapd", (hp == NULL) ? "unknown" : hp->h_name, - inet_ntoa( from.sin_addr ), STRING_UNKNOWN ) { + inet_ntoa( from.sin_addr ), STRING_UNKNOWN) ) { Debug( LDAP_DEBUG_ARGS, "connection from %s (%s) denied.\n", (hp == NULL) ? "unknown" : hp->h_name,