mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use AC_MEMCPY
This commit is contained in:
parent
38a723d442
commit
724784e6cb
@ -224,7 +224,7 @@ ber_encode_oid( BerValue *in, BerValue *out )
|
||||
}
|
||||
if ( i ) {
|
||||
len -= i;
|
||||
memcpy( der, der+i, len );
|
||||
AC_MEMCPY( der, der+i, len );
|
||||
}
|
||||
der += len;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user