mirror of
git://github.com/lxc/lxc
synced 2025-08-31 00:09:37 +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;
|
||||
default:
|
||||
SYSERROR("Failed to create kernel keyring");
|
||||
ret = -1;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user