]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/home/homectl.c
various: simplify calls to parse_boolean_argument()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 4 Apr 2023 17:39:04 +0000 (19:39 +0200)
committerMike Yuan <me@yhndnzj.com>
Wed, 5 Apr 2023 05:06:26 +0000 (13:06 +0800)
commit51214cf49195b645bd58b0c41046470908de71d9
tree458ded0c5ca7807fe2bd38de631756784bcbd97a
parent96181b7a893da444fa9adcd1e7c95769d97c2a95
various: simplify calls to parse_boolean_argument()

parse_boolean_argument() returns the same information via both the output
argument and normal return.
src/ask-password/ask-password.c
src/boot/bootctl.c
src/creds/creds.c
src/cryptenroll/cryptenroll.c
src/home/homectl.c