]> git.ipfire.org Git - thirdparty/shadow.git/commit
usermod: Remove special case for "" 455/head
authorAlejandro Colomar <alx.manpages@gmail.com>
Tue, 14 Dec 2021 11:40:06 +0000 (12:40 +0100)
committerAlejandro Colomar <alx.manpages@gmail.com>
Tue, 14 Dec 2021 11:40:09 +0000 (12:40 +0100)
commite2f1fcca0e20d4b1e1b5f62594d42718a31a1c5d
tree86b36d6987081a23d772d35c5888e32794d082a5
parent9a9c9231dbdc7f2e14cb2666dc02b813ff50544e
usermod: Remove special case for ""

That special case is already handled by the called function: strtoday()
so we can simplify the calling code.

Link: <https://github.com/shadow-maint/shadow/issues/454>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
src/usermod.c