]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf.c: remove a break
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 7 May 2013 20:33:42 +0000 (15:33 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 7 May 2013 20:33:42 +0000 (15:33 -0500)
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 <serge.hallyn@ubuntu.com>
src/lxc/conf.c

index 827626f1d7f86608f907330de548b344a057bd21..746a2dbd79fc34e4c99a47f92aba80dc410a83af 100644 (file)
@@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void)
                                fclose(f);
                                return 1;
                        }
-                       break;
                }
        }
        fclose(f);