[PATCH 1/1] fix typo in nsproxy.c in ckpt-v19-rc2.9

Serge E. Hallyn serue at us.ibm.com
Wed Jan 27 19:21:08 PST 2010


Signed-off-by: Serge E. Hallyn <serue at us.ibm.com>
---
 kernel/nsproxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/nsproxy.c b/kernel/nsproxy.c
index f2cf1a2..b0e71f2 100644
--- a/kernel/nsproxy.c
+++ b/kernel/nsproxy.c
@@ -291,7 +291,7 @@ static int do_checkpoint_ns(struct ckpt_ctx *ctx, struct nsproxy *nsproxy)
 
 	/* FIXME: for now, only marked visited to pacify leaks */
 	ret = ckpt_obj_visit(ctx, nsproxy->mnt_ns, CKPT_OBJ_MNT_NS);
-	if (et < 0)
+	if (ret < 0)
 		goto out;
 
 	ret = ckpt_write_obj(ctx, &h->h);
-- 
1.6.0.6



More information about the Containers mailing list