mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
fix length
This commit is contained in:
parent
911376e543
commit
5cf95c5b30
1 changed files with 1 additions and 1 deletions
|
|
@ -1260,7 +1260,7 @@ dl_cfgen( ConfigArgs *c )
|
|||
|
||||
*ptr++ = ' ';
|
||||
ptr = lutil_strncopy( ptr, dli->dli_oc->soc_cname.bv_val,
|
||||
dli->dli_ad->ad_cname.bv_len );
|
||||
dli->dli_oc->soc_cname.bv_len );
|
||||
|
||||
for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next ) {
|
||||
ptr[ 0 ] = ' ';
|
||||
|
|
|
|||
Loading…
Reference in a new issue