Google's mailer sent out the last email with wrong MIME type for the
patch attachment. This message should have the patch in correct format. Thanks.

>From d2b9896e3d5e6f9370915019be107f6275f20c4f Mon Sep 17 00:00:00 2001
From: Tushar Gohad <tgo...@mvista.com>
Date: Mon, 5 Jul 2010 13:44:32 -0700
Subject: [PATCH] Minor resource name array fix in src/lxc/namespace.c

Signed-off-by: Tushar Gohad <tgo...@mvista.com>
---
 src/lxc/namespace.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lxc/namespace.c b/src/lxc/namespace.c
index a68e15e..3905a03 100644
--- a/src/lxc/namespace.c
+++ b/src/lxc/namespace.c
@@ -97,7 +97,7 @@ pid_t lxc_clone(int (*fn)(void *), void *arg, int flags)
 int lxc_attach(pid_t pid)
 {
        char path[MAXPATHLEN];
-       char *ns[] = { "pid", "mnt", "net", "pid", "uts" };
+       char *ns[] = { "pid", "mnt", "net", "ipc", "uts" };
        const int size = sizeof(ns) / sizeof(char *);
        int fd[size];
        int i;
-- 
1.7.0.1


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to