From 7f4717c293fd5ecb9d605bed890cb412314aa8e2 Mon Sep 17 00:00:00 2001 From: Serge Hallyn Date: Tue, 7 May 2013 15:33:42 -0500 Subject: [PATCH] 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 --- src/lxc/conf.c | 1 - 1 file changed, 1 deletion(-) 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);