Commit 71b32a9e authored by Pavel Vainerman's avatar Pavel Vainerman

(UniversalInterface): подправил ошибочку с localctx

parent 837d1e6a
......@@ -1770,8 +1770,8 @@ ObjectPtr UniversalInterface::resolve( ObjectId rid , ObjectId node, int timeout
else
localctx = ORepHelpers::getRootNamingContext( orb, nodeName );
}
else
ctx = localctx;
ctx = localctx;
}
CosNaming::Name_var oname = omniURI::stringToName( oind->getNameById(rid,node).c_str() );
......
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