2
0
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:
Christian Brauner
2018-11-19 03:26:58 +01:00
parent ac71480501
commit 6af699fc0e

View File

@@ -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;
} }
} }