X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcontext-sync.hc;h=fd9d730556b8f1fa2256023a70922bb01848c7f0;hb=HEAD;hp=4f8ef33fe0d5c27dd0ffc0b219f311ac2a3ef17a;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/src/context-sync.hc b/src/context-sync.hc index 4f8ef33..fd9d730 100644 --- a/src/context-sync.hc +++ b/src/context-sync.hc @@ -83,7 +83,7 @@ waitOnSync(pid_t pid, int p[2][2], bool is_prevent_race) Eclose(p[1][1]); l = Eread(p[1][0], &c, 1); - if (l!=1) exitLikeProcess(pid,0, wrapper_exit_code); + if (l!=1) vc_exitLikeProcess(pid, wrapper_exit_code); l = Eread(p[1][0], &c, 1); - if (l!=0) exitLikeProcess(pid,0, wrapper_exit_code); + if (l!=0) vc_exitLikeProcess(pid, wrapper_exit_code); }