Unverified Commit 7b9e8654 by Stéphane Graber Committed by GitHub

Merge pull request #2728 from brauner/2018-11-19/keyctl_non_fatal

utils: make keyring allocation failure non-fatal
parents ac714805 6af699fc
......@@ -1807,7 +1807,6 @@ int lxc_setup_keyring(void)
break;
default:
SYSERROR("Failed to create kernel keyring");
ret = -1;
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment