Commit 4dccc4fb authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Tollef Fog Heen

Be consistent about what environment we test the compiled VCL in.

parent e441f593
......@@ -190,7 +190,9 @@ run_dlopen(void *priv)
of = priv;
/* Try to load the object into the management process */
mgt_sandbox();
/* Try to load the object into this sub-process */
if ((dlh = dlopen(of, RTLD_NOW | RTLD_LOCAL)) == NULL) {
fprintf(stderr,
"Compiled VCL program failed to load:\n %s\n",
......
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