]> git.ipfire.org Git - thirdparty/systemd.git/commit
fstab-generator: simplify return code generation
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 20 Dec 2018 11:18:29 +0000 (12:18 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Jan 2019 14:30:28 +0000 (15:30 +0100)
commit2572957e45ee8ac9cf0f91e2fc3fd4d86ff9fa30
tree57bd92cd15a5afe398ee931d8b11775b30f76034
parent00bb366d1169aee1a8511bf037d82fddf160102b
fstab-generator: simplify return code generation

We just do a bunch of operations, and want to return the first failing error
code. Let's do this in the most straightforward way.
src/fstab-generator/fstab-generator.c