From: Hallvard Furuseth Date: Sat, 11 Sep 1999 06:17:37 +0000 (+0000) Subject: Add missing ')' when HAVE_TCPD X-Git-Tag: UCDATA_2_4~442 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=04a5418db04c6a04c1b5ab2906c7652937fd74a3;p=openldap Add missing ')' when HAVE_TCPD --- 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,