Commit d0a51bec authored by Cedric Roux's avatar Cedric Roux

hotfix: put back "system" for UE to setup its IP settings

We'll need to to do it in a separate thread/process.
To be done. In the meantime, put it back. It impacts
oaisim.
parent e2350103
......@@ -286,7 +286,7 @@ int esm_ebr_context_create(
LOG_TRACE(INFO, "ESM-PROC - executing %s ",
command_line);
//if (system(command_line)) ; /* TODO: what to do? */
if (system(command_line)) ; /* TODO: what to do? */
break;
......
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