[lxc-devel] [PATCH 1/1] confile.c: clear entries if no value

2013-12-02 Thread Serge Hallyn
For list configuration entries like capabilities and cgroups entries, if there is a 'key =' value (i.e. lxc.cap.drop =) then clear any loaded entries. Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com --- src/lxc/conf.h| 1 + src/lxc/confile.c | 23 --- 2 files

Re: [lxc-devel] [PATCH 1/1] confile.c: clear entries if no value

2013-12-02 Thread Stéphane Graber
On Mon, Dec 02, 2013 at 01:24:10PM -0600, Serge Hallyn wrote: For list configuration entries like capabilities and cgroups entries, if there is a 'key =' value (i.e. lxc.cap.drop =) then clear any loaded entries. Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com Thanks for doing the work!