Commit 162cdbc6 authored by Pavel Vainerman's avatar Pavel Vainerman

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

parent 3fa7a307
...@@ -1770,7 +1770,7 @@ ObjectPtr UniversalInterface::resolve( ObjectId rid , ObjectId node, int timeout ...@@ -1770,7 +1770,7 @@ ObjectPtr UniversalInterface::resolve( ObjectId rid , ObjectId node, int timeout
else else
localctx = ORepHelpers::getRootNamingContext( orb, nodeName ); localctx = ORepHelpers::getRootNamingContext( orb, nodeName );
} }
else
ctx = localctx; ctx = localctx;
} }
......
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