mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
fix logging
This commit is contained in:
parent
cd1fb3003c
commit
cb1414ba28
1 changed files with 2 additions and 0 deletions
|
|
@ -255,6 +255,8 @@ vc_exop(
|
|||
thrctx = ldap_pvt_thread_pool_context();
|
||||
connection_fake_init2( &conn->connbuf, &conn->opbuf, thrctx, 1 );
|
||||
conn->op = &conn->opbuf.ob_op;
|
||||
snprintf( conn->op->o_log_prefix, sizeof( conn->op->o_log_prefix ),
|
||||
"%s VERIFYCREDENTIALS", op->o_log_prefix );
|
||||
}
|
||||
|
||||
conn->op->o_tag = LDAP_REQ_BIND;
|
||||
|
|
|
|||
Loading…
Reference in a new issue