mirror of
git://github.com/lxc/lxc
synced 2025-08-31 19:39:24 +00:00
conf.c: remove a break
commit ab81cef053
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>
This commit is contained in:
@@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void)
|
||||
fclose(f);
|
||||
return 1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
fclose(f);
|
||||
|
Reference in New Issue
Block a user