Revert "sulogin: fix getpasswd()"

This patch is unnecessary in the master branch.

This reverts commit 2d8a9fcee2.

References: https://github.com/karelzak/util-linux/issues/1400
This commit is contained in:
Karel Zak 2021-07-30 14:16:03 +02:00
parent 6eb1c01e9d
commit 5cc37e883e
1 changed files with 0 additions and 1 deletions

View File

@ -680,7 +680,6 @@ static char *getpasswd(struct console *con)
tc = 0;
ret = pass;
ret = pass;
tty.c_iflag &= ~(IUCLC|IXON|IXOFF|IXANY);
tty.c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL|TOSTOP|ISIG);