From a8713ea3f7ad1ab15c75338e471ccd78a8caffd6 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Thu, 15 Apr 2004 01:59:11 +0000 Subject: [PATCH] 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 --- util-vserver/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.1.5