mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lxc: bump to 2.1.1
This is the first bugfix release for LXC 2.1. Full list of changes can be found here: https://linuxcontainers.org/lxc/news/ Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/src/lxc/confile_utils.c
|
||||
+++ b/src/lxc/confile_utils.c
|
||||
@@ -690,7 +690,7 @@ bool parse_limit_value(const char **value, unsigned long *res)
|
||||
@@ -677,7 +677,7 @@
|
||||
char *endptr = NULL;
|
||||
|
||||
if (strncmp(*value, "unlimited", sizeof("unlimited") - 1) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user