From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [PATCH 2/2] have restart return error if error Date: Thu, 15 Oct 2009 13:49:35 -0500 Message-ID: <20091015184935.GB30490@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org I still need this for cr_tests/userns/run_simple.sh to succeed. All tests pass with this patch applied. Signed-off-by: Serge E. Hallyn --- restart.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/restart.c b/restart.c index cb81293..fa786ef 100644 --- a/restart.c +++ b/restart.c @@ -780,7 +780,7 @@ static int ckpt_parse_status(int status, int mimic, int verbose) } } - return 0; + return ret; } static int ckpt_collect_child(struct ckpt_ctx *ctx) -- 1.6.1.1