mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add missing ')' when HAVE_TCPD
This commit is contained in:
parent
884d6832d5
commit
04a5418db0
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue