aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nlplug-findfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nlplug-findfs.c b/nlplug-findfs.c
index db39c62..71df4c7 100644
--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -535,7 +535,6 @@ static int read_pass(char *pass, size_t pass_size)
if (isatty(STDIN_FILENO)) {
if (tcsetattr(STDIN_FILENO, TCSANOW, &old_flags) < 0) {
warn("tcsetattr");
- return r;
}
}// else {
// fprintf(stderr, "The program isn't executed in a TTY, the echo-reenabling has been skipped.\n");