]> git.ipfire.org Git - thirdparty/lxc.git/commit
cgroups: remove pointless NULL checks
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 1 Feb 2021 14:20:43 +0000 (15:20 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 1 Feb 2021 14:24:05 +0000 (15:24 +0100)
commitbb6dbaf0dfbba308cd3e999f6a15a96dcb1bc7c4
tree1b04f7227c0306a9bf9cc62a5dc0178553ccf3b4
parent326bb02cbb934f2000801e6d0267fe718ad985d9
cgroups: remove pointless NULL checks

We're already ensuring before that conf isn't NULL.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c