mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix previous commit
This commit is contained in:
parent
ea0033e439
commit
12c32c3e6c
1 changed files with 1 additions and 0 deletions
|
|
@ -728,6 +728,7 @@ ber_bvreplace_x( struct berval *dst, LDAP_CONST struct berval *src, void *ctx )
|
|||
}
|
||||
|
||||
AC_MEMCPY( dst->bv_val, src->bv_val, src->bv_len + 1 );
|
||||
dst->bv_len = src->bv_len;
|
||||
|
||||
return dst;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue