mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
fix bug in schema check
This commit is contained in:
parent
a26cca88dd
commit
26895b9fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ backsql_id2entry( backsql_srch_info *bsi, Entry *e, backsql_entryID *eid )
|
|||
int rc;
|
||||
|
||||
bv[ 0 ] = bsi->oc->oc->soc_cname;
|
||||
bv[ 0 ].bv_val = NULL;
|
||||
bv[ 1 ].bv_val = NULL;
|
||||
|
||||
rc = structural_class( bv, &soc, NULL,
|
||||
&text, textbuf, textlen );
|
||||
|
|
|
|||
Loading…
Reference in a new issue