]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/cgroup: no need to handle empty bind_network_interface
authorMike Yuan <me@yhndnzj.com>
Wed, 24 Dec 2025 18:22:07 +0000 (19:22 +0100)
committerMike Yuan <me@yhndnzj.com>
Sat, 27 Dec 2025 22:47:55 +0000 (23:47 +0100)
commitecd677bcc9c9487ff2cefe64c6dff45e26041833
treeb67aa24d926523fe3b76a12f73b269d0c0c4d836
parent705d2c527f15136ca8ddb88b8c5d5a604f03068d
core/cgroup: no need to handle empty bind_network_interface

We always normalize empty setting to NULL, hence per our usual
coding style a simply NULL check would suffice.
src/core/cgroup.c