]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/namespace: do not return 1 unnecessarily 28764/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 Aug 2023 11:05:41 +0000 (20:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 22 Aug 2023 14:22:34 +0000 (23:22 +0900)
commit51bf9b1ac33657d0e2ce056f388cf20009b3adbf
tree5bc768e8a38085686d2dce1676b63f8068c95a37
parentcc45ff17a4600df55e3bdffd0cea9d7317ec5fab
core/namespace: do not return 1 unnecessarily

The caller of this function apply_mounts() -> apply_one_mount() only
checks if the return value is negative or not.
src/core/namespace.c