mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-11 14:53:13 -05:00
More for ITS#3854
This commit is contained in:
parent
403751c888
commit
e641222b10
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue