From: Serge Hallyn Date: Tue, 7 May 2013 20:33:42 +0000 (-0500) Subject: conf.c: remove a break X-Git-Tag: lxc-1.0.0.alpha1~1^2~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f4717c293fd5ecb9d605bed890cb412314aa8e2;p=thirdparty%2Flxc.git conf.c: remove a break commit ab81cef05338e7a553aacca141287034d6daf167 meant to remove the added break, but apparently i had not done 'git add' before commit --amend. Remove the added break. Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index 827626f1d..746a2dbd7 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void) fclose(f); return 1; } - break; } } fclose(f);