From: Enrico Scholz Date: Thu, 15 Apr 2004 01:59:11 +0000 (+0000) Subject: callInNamespace(): do not accept non-running vservers X-Git-Tag: VERSION_0_10~117 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8713ea3f7ad1ab15c75338e471ccd78a8caffd6;p=util-vserver.git callInNamespace(): do not accept non-running vservers git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1464 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/functions b/util-vserver/scripts/functions index f8636f3..c119e80 100644 --- a/util-vserver/scripts/functions +++ b/util-vserver/scripts/functions @@ -451,7 +451,7 @@ function callInNamespace local ctx= isAvoidNamespace "$1" || \ - ctx=$( $_VSERVER_INFO "$1" CONTEXT t ) || ctx= + ctx=$( $_VSERVER_INFO "$1" CONTEXT f ) || ctx= shift if test "$ctx"; then