utils: make keyring allocation failure non-fatal

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-11-19 03:26:58 +01:00
parent ac71480501
commit 6af699fc0e
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -1807,7 +1807,6 @@ int lxc_setup_keyring(void)
break;
default:
SYSERROR("Failed to create kernel keyring");
ret = -1;
break;
}
}