mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#6002 fix attrset unparse
This commit is contained in:
parent
5947a1692d
commit
c5cf4fca22
1 changed files with 2 additions and 2 deletions
|
|
@ -1262,8 +1262,8 @@ dl_cfgen( ConfigArgs *c )
|
|||
}
|
||||
|
||||
*ptr++ = ' ';
|
||||
ptr = lutil_strncopy( ptr, dli->dli_oc->soc_cname.bv_val,
|
||||
dli->dli_oc->soc_cname.bv_len );
|
||||
ptr = lutil_strncopy( ptr, 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