mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +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;
|
||||
#ifdef SLAP_NVALUES
|
||||
a->a_nvals[ j ].bv_val = NULL;
|
||||
if (a->a_nvals) a->a_nvals[ j ].bv_val = NULL;
|
||||
#endif
|
||||
|
||||
assert( i == k - j );
|
||||
|
Loading…
Reference in New Issue
Block a user