mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix prev commit
This commit is contained in:
parent
e5867e2f30
commit
911376e543
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_val );
|
||||
dli->dli_ad->ad_cname.bv_len );
|
||||
|
||||
for ( dlm = dli->dli_dlm; dlm; dlm = dlm->dlm_next ) {
|
||||
ptr[ 0 ] = ' ';
|
||||
|
|
|
|||
Loading…
Reference in a new issue