Skip to content

Commit

Permalink
The argument is "-ORBNoResolve" not "ORBNoResolve".
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13436 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Oct 17, 2012
1 parent 19a8afd commit 429c9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/corbaimpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ int CorbaImpl__initialize()
int argc=4;
const char *dummyArgv[] = {
"omc",
"ORBNoResolve",
"-ORBNoResolve",
"-ORBIIOPAddr",
"inet:127.0.0.1:0" /*, "-ORBDebugLevel", "10", "-ORBIIOPBlocking" */
};
Expand Down

0 comments on commit 429c9e4

Please sign in to comment.