In slap_mods_check, must null-terminate sm_nvalues array

This commit is contained in:
Howard Chu 2003-02-26 09:24:01 +00:00
parent 01c56e0044
commit 284ef10e6e

View File

@ -634,6 +634,8 @@ int slap_mods_check(
return rc;
}
}
ml->sml_nvalues[nvals].bv_val = NULL;
ml->sml_nvalues[nvals].bv_len = 0;
}
#endif