"FIONBIO ioctl on %d failed\n", ns, 0, 0 );
}
- c[ns].c_sb.sb_sd = ns;
Debug( LDAP_DEBUG_CONNS, "new connection on %d\n", ns,
0, 0 );
- pthread_mutex_lock( &ops_mutex );
- c[ns].c_connid = num_conns++;
- pthread_mutex_unlock( &ops_mutex );
-
len = sizeof(from);
if ( getpeername( ns, (struct sockaddr *) &from, &len )
STRING_UNKNOWN))
{
/* DENY ACCESS */
- Statslog( LDAP_DEBUG_STATS,
- "conn=%d fd=%d connection from %s (%s) denied.\n",
- c[ns].c_connid, ns,
+ Statslog( LDAP_DEBUG_ANY,
+ "fd=%d connection from %s (%s) denied.\n",
+ ns,
client_name == NULL ? "unknown" : client_name,
client_addr == NULL ? "unknown" : client_addr,
0 );
}
#endif /* HAVE_TCPD */
+ c[ns].c_sb.sb_sd = ns;
+ pthread_mutex_lock( &ops_mutex );
+ c[ns].c_connid = num_conns++;
+ pthread_mutex_unlock( &ops_mutex );
+
Statslog( LDAP_DEBUG_STATS,
"conn=%d fd=%d connection from %s (%s) accepted.\n",
c[ns].c_connid, ns,