mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix previous commit
This commit is contained in:
parent
6d0dadc0bf
commit
e13246b965
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue