]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc: some goto clarification
authorGreg Kurz <gkurz@fr.ibm.com>
Tue, 19 Jan 2010 17:45:14 +0000 (18:45 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 20 Jan 2010 10:09:56 +0000 (11:09 +0100)
commit9d7f9e522b87c250178c53ce671f28e3afd73c1e
tree65b673b75e1a53648fa3454ec7a68dffb0ffbfd5
parent79e68309225ef94f3be064276f5f9e285bbcfb0f
lxc: some goto clarification

It makes sense to use goto when there's some rollback work to be done.
And it's nice for code clarity to add an explicit suffix to goto labels.

Signed-off-by: Greg Kurz <gkurz@fr.ibm.com>
Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/start.c