mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix previous commit
This commit is contained in:
parent
6d0dadc0bf
commit
e13246b965
@ -629,7 +629,7 @@ modify_delete_values(
|
|||||||
}
|
}
|
||||||
a->a_vals[ j ].bv_val = NULL;
|
a->a_vals[ j ].bv_val = NULL;
|
||||||
#ifdef SLAP_NVALUES
|
#ifdef SLAP_NVALUES
|
||||||
a->a_nvals[ j ].bv_val = NULL;
|
if (a->a_nvals) a->a_nvals[ j ].bv_val = NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
assert( i == k - j );
|
assert( i == k - j );
|
||||||
|
Loading…
Reference in New Issue
Block a user