utils: make keyring allocation failure non-fatal

parent ac714805
......@@ -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