]> git.ipfire.org Git - thirdparty/lxc.git/commit
clean up and factor out some code
authorDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 12 Oct 2009 20:02:06 +0000 (22:02 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Mon, 12 Oct 2009 20:02:06 +0000 (22:02 +0200)
commitd685aa8049978e27f9b4d914e3c927c55fff99d0
tree08e9ba42108811e873b67ef49b79e18a1d40bf17
parenta059591e9f31a09a2255e3681002a4e45ecf80bc
clean up and factor out some code

Factor out some code and fix a memory corruption when
dupping the arguments.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/arguments.c
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/create.c
src/lxc/lxc.h
src/lxc/lxc_create.c
src/lxc/lxc_execute.c
src/lxc/start.c
test/confile.c
test/lxc_create.c