fix bug in schema check

This commit is contained in:
Pierangelo Masarati 2003-03-25 14:34:01 +00:00
parent a26cca88dd
commit 26895b9fa5

View file

@ -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 );