mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
test slap_dontUseCopy_propnames (ITS#6729)
This commit is contained in:
parent
fa4dbb871b
commit
bce526a8cf
@ -548,7 +548,7 @@ slap_auxprop_store(
|
|||||||
op.o_req_ndn.bv_val = (char *)pr[i].values[0];
|
op.o_req_ndn.bv_val = (char *)pr[i].values[0];
|
||||||
}
|
}
|
||||||
#ifdef SLAP_AUXPROP_DONTUSECOPY
|
#ifdef SLAP_AUXPROP_DONTUSECOPY
|
||||||
{
|
if ( slap_dontUseCopy_propnames != NULL ) {
|
||||||
struct berval bv;
|
struct berval bv;
|
||||||
ber_str2bv( &pr[i].name[1], 0, 1, &bv );
|
ber_str2bv( &pr[i].name[1], 0, 1, &bv );
|
||||||
for ( j = 0; !BER_BVISNULL( &slap_dontUseCopy_propnames[ j ] ); j++ ) {
|
for ( j = 0; !BER_BVISNULL( &slap_dontUseCopy_propnames[ j ] ); j++ ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user