]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/usermod.c: Remove optimizations 1371/head
authorAlejandro Colomar <alx@kernel.org>
Wed, 15 Oct 2025 16:01:14 +0000 (18:01 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 15 Oct 2025 19:27:04 +0000 (21:27 +0200)
commit6a8a25dc7de69c4c6907438222c8fcb1854c35e9
treef6af0be8ada2b990f647a399f4f73fb6ed2aaeac
parente66e7f12f4095ba02f8eecd7cd7e27aca11d9d08
src/usermod.c: Remove optimizations

These optimizations checked if the old value is the same as the new
value, and skip such changes.  This was unnecessary, and added
complexity to the source code.

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