]> git.ipfire.org Git - thirdparty/shadow.git/commit
src/usermod.c: Remove optimizations
authorAlejandro Colomar <alx@kernel.org>
Wed, 15 Oct 2025 16:01:14 +0000 (18:01 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 16 Oct 2025 07:37:30 +0000 (09:37 +0200)
commit9278dc7942419305f13601c209e019ed0b5d5290
treef6af0be8ada2b990f647a399f4f73fb6ed2aaeac
parente5f37f3e4bc250430e22c8aeeea11f024c086b86
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