Add missing ')' when HAVE_TCPD

This commit is contained in:
Hallvard Furuseth 1999-09-11 06:17:37 +00:00
parent 884d6832d5
commit 04a5418db0

View file

@ -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,