mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
SLAPD_SCHEMA_NOT_COMPAT: need to set desc to NULL
This commit is contained in:
parent
d408824ce8
commit
6af8b86a7e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue