mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Include "fd=.." in Statslog message "TLS established"
This commit is contained in:
parent
3fc2e1388a
commit
27831fcde5
1 changed files with 2 additions and 2 deletions
|
|
@ -1269,8 +1269,8 @@ int connection_read(ber_socket_t s)
|
|||
s, rc, c->c_connid );
|
||||
}
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"conn=%lu TLS established tls_ssf=%u ssf=%u\n",
|
||||
c->c_connid, c->c_tls_ssf, c->c_ssf, 0, 0 );
|
||||
"conn=%lu fd=%d TLS established tls_ssf=%u ssf=%u\n",
|
||||
c->c_connid, (int) s, c->c_tls_ssf, c->c_ssf, 0 );
|
||||
slap_sasl_external( c, c->c_tls_ssf, &authid );
|
||||
if ( authid.bv_val ) free( authid.bv_val );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue