mirror of
git://github.com/lxc/lxc
synced 2025-09-01 21:09:29 +00:00
utils: make keyring allocation failure non-fatal
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -1807,7 +1807,6 @@ int lxc_setup_keyring(void)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
SYSERROR("Failed to create kernel keyring");
|
SYSERROR("Failed to create kernel keyring");
|
||||||
ret = -1;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user