]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/gpasswd.c: Move if out of cpp conditional
authorAlejandro Colomar <alx@kernel.org>
Sat, 2 Sep 2023 14:14:03 +0000 (16:14 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 4 Dec 2023 10:45:09 +0000 (11:45 +0100)
commitccc055d9d94f07e193542fecc5c6ec535f9d3f97
tree3b08f09703a4e4376cd55e9a21488e1ca8f38487
parent1fcf8079490b35162da51a7b2927cfda72f65f57
src/gpasswd.c: Move if out of cpp conditional

This simplifies the code a little bit, and prepares for the next
commits, which will clean up further.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
src/gpasswd.c