mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-13 18:02:40 +00:00
utils: make keyring allocation failure non-fatal
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
parent
ac71480501
commit
6af699fc0e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user