SLAPD_SCHEMA_NOT_COMPAT: need to set desc to NULL

This commit is contained in:
Kurt Zeilenga 2000-05-15 23:47:51 +00:00
parent d408824ce8
commit 6af8b86a7e

View file

@ -189,7 +189,7 @@ get_filter(
{
char *text;
int rc;
f->f_desc = NULL;
err = slap_bv2ad( &type, &f->f_desc, &text );
if( err != LDAP_SUCCESS ) {