Commit c257a20a authored by Claes Sjofors's avatar Claes Sjofors

Gdh fix to be able to set values in mounted volumes from opc

parent 86fe3ff0
...@@ -2621,6 +2621,7 @@ gdh_SetObjectInfoAttrref ( ...@@ -2621,6 +2621,7 @@ gdh_SetObjectInfoAttrref (
} }
/* Try remote. */ /* Try remote. */
sts = GDH__SUCCESS;
vp = pool_Address(NULL, gdbroot->pool, ap->op->l.vr); vp = pool_Address(NULL, gdbroot->pool, ap->op->l.vr);
np = pool_Address(NULL, gdbroot->pool, vp->l.nr); np = pool_Address(NULL, gdbroot->pool, vp->l.nr);
...@@ -2656,6 +2657,8 @@ gdh_SetObjectInfoAttrref ( ...@@ -2656,6 +2657,8 @@ gdh_SetObjectInfoAttrref (
rarp = ndc_NarefToRaref(&sts, ap, arp, ccp, &ridx, &raref, &equal, NULL, ccpLocked, vp, np); rarp = ndc_NarefToRaref(&sts, ap, arp, ccp, &ridx, &raref, &equal, NULL, ccpLocked, vp, np);
} }
else
equal = ap->op->u.c.flags.b.classEqual;
break; break;
......
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