mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 01:22:17 +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:
parent
dd66e5adb3
commit
7f4717c293
@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void)
|
||||
fclose(f);
|
||||
return 1;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
fclose(f);
|
||||
|
Loading…
Reference in New Issue
Block a user