]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/gpasswd.c: Reduce scope of cpp conditional
authorAlejandro Colomar <alx@kernel.org>
Sat, 2 Sep 2023 14:19:58 +0000 (16:19 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 4 Dec 2023 10:45:09 +0000 (11:45 +0100)
commit0c1ca49be334a6583fa1b994525b23ea4b1edc59
treec873bf9464364f4db728d14f87b26446f72c1100
parent9035f90510e3062c64a63352d29c78130d26ccbc
src/gpasswd.c: Reduce scope of cpp conditional

This prepares for the next patch, which will invert the logic of the
conditional.

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