From: Enrico Scholz Date: Wed, 9 Mar 2005 14:43:07 +0000 (+0000) Subject: use EopenD() instead of Eopen() X-Git-Tag: IPSENTINEL_VERSION_0_12~106 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b091515aa4a694b761489a293910204c9d427483;p=util-vserver.git use EopenD() instead of Eopen() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1888 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/context-sync.hc b/util-vserver/src/context-sync.hc index 9bb5d29..07a72de 100644 --- a/util-vserver/src/context-sync.hc +++ b/util-vserver/src/context-sync.hc @@ -47,7 +47,7 @@ doSyncStage1(int p[2][2], bool do_disconnect) if (!do_disconnect) return; - fd = Eopen("/dev/null", O_RDONLY|O_NONBLOCK, 0); + fd = EopenD("/dev/null", O_RDONLY|O_NONBLOCK, 0); Esetsid(); Edup2(fd, 0); Eclose(p[1][0]);