Skip to content
Snippets Groups Projects
Commit 26895b9f authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix bug in schema check

parent a26cca88
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment