Commit 0c85bdda authored by claes's avatar claes

Bugfix, ObjidToName didn't work for volume objects

parent d065b9e5
......@@ -1695,7 +1695,7 @@ gdh_ObjidToName (
else
lnametype.m = nametype;
if (oid.oix == pwr_cNObjectIx)
if (cdh_ObjidIsNull(oid))
return GDH__NOSUCHOBJ;
gdh_ScopeLock {
......
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