Skip to content
Snippets Groups Projects
Commit 04a5418d authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Add missing ')' when HAVE_TCPD

parent 884d6832
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment