Commit 5107b0a0 authored by Claes's avatar Claes Committed by Esteban Blanc

ldh create object name fix

parent 11a5c790
......@@ -362,8 +362,8 @@ pwr_tStatus ldh_CreateObject(ldh_tSession session, pwr_tOid* oid,
try {
wb_name n(name);
if (!n)
return n.sts();
//if (!n)
// return n.sts();
wb_cdef cdef = sp->cdef(cid);
......
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