Commit fe955489 authored by claes's avatar claes

Bugfix for objectattribues

parent d3c1ef41
......@@ -194,9 +194,9 @@ mvol_AnameToAttribute (
ap->idx = ULONG_MAX;
} else {
abop = ap->bop;
acp = ap->cp;
for ( i = 0; i < pn->nAttribute; i++) {
pn->attribute[i].poid = abop->g.oid;
acp = ap->cp;
ap->aop = hash_Search(sts, gdbroot->family_ht, &pn->attribute[i]);
while ( ap->aop == NULL) {
/* Try superclass */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment