mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
More for ITS#3854
This commit is contained in:
parent
403751c888
commit
e641222b10
@ -844,7 +844,7 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
|
||||
vals[i].bv_len = m->sml_desc->ad_cname.bv_len + 2;
|
||||
vals[i].bv_val = ch_malloc( vals[i].bv_len+1 );
|
||||
ptr = lutil_strcopy( vals[i].bv_val,
|
||||
a->a_desc->ad_cname.bv_val );
|
||||
m->sml_desc->ad_cname.bv_val );
|
||||
*ptr++ = ':';
|
||||
*ptr++ = '-';
|
||||
*ptr = '\0';
|
||||
|
Loading…
Reference in New Issue
Block a user