this memory will be freed by free()

This commit is contained in:
Pierangelo Masarati 2003-12-01 08:01:31 +00:00
parent a4c5f54601
commit 2c68cb41f6

View file

@ -550,7 +550,7 @@ ldap_build_entry(
attr->a_desc->ad_type->sat_syntax,
attr->a_desc->ad_type->sat_equality,
&attr->a_vals[i], &attr->a_nvals[i],
op->o_tmpmemctx );
NULL /* op->o_tmpmemctx */ );
}
attr->a_nvals[i].bv_val = NULL;
attr->a_nvals[i].bv_len = 0;