[lxc-devel] [PATCH] lxc_cgroup_append_task_3of3()

"Axel Schöner" axel.schoener at gmx.de
Thu Oct 6 13:00:52 UTC 2011


diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c
index ed3d5a4..65cb101 100644
--- a/src/lxc/lxc_attach.c
+++ b/src/lxc/lxc_attach.c
@@ -85,7 +85,7 @@ int main(int argc, char *argv[], char *envp[])
 
        curdir = get_current_dir_name();
 
-       ret = lxc_attach(pid);
+       ret = lxc_attach(pid, my_args.name);
        if (ret < 0) {
                ERROR("failed to enter the namespace");
                return -1;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_3of3_lxc_cgroup_append_task_in_lxc_attach
Type: application/octet-stream
Size: 383 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20111006/17546762/attachment.obj>


More information about the lxc-devel mailing list