]> git.ipfire.org Git - thirdparty/util-linux.git/commit
login: add initialize() function to have less stack allocated in main()
authorSami Kerola <kerolasa@iki.fi>
Fri, 13 Nov 2020 00:17:18 +0000 (00:17 +0000)
committerSami Kerola <kerolasa@iki.fi>
Thu, 3 Dec 2020 20:07:28 +0000 (20:07 +0000)
commit5dd0896aa8c7900a40dd6fbe48b2c3fe5463147c
treed119e1fcda78a4523e58f3f1f2f70280fb228c1a
parent79a8afeb8f7f48cdecebc59a5807b8f2ee07654f
login: add initialize() function to have less stack allocated in main()

And move couple variables to the narrow scope they are used.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
login-utils/login.c