Re: [lxc-devel] [PATCH] remove redundant, too-early call to clearenv in api_start call.

2013-02-19 Thread Stéphane Graber
On 02/19/2013 03:39 PM, Serge Hallyn wrote: > Ok, took a look, what happened was the clearenv calls used to be > in lxc_start and lxccontainer and lxc_execute (do lxc_start() callers) > themselves. I moved those into do_start(), but the calls in > lxccontainer.c were never removed. > > They shoul

[lxc-devel] [PATCH] remove redundant, too-early call to clearenv in api_start call.

2013-02-19 Thread Serge Hallyn
Ok, took a look, what happened was the clearenv calls used to be in lxc_start and lxccontainer and lxc_execute (do lxc_start() callers) themselves. I moved those into do_start(), but the calls in lxccontainer.c were never removed. They should simply be removed altogether. Trivial patch follows.