We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16d194 commit 6ef5310Copy full SHA for 6ef5310
1 file changed
plugins/sudoers/sudoreplay.c
@@ -631,7 +631,6 @@ setup_terminal(struct eventlog *evlog, bool interactive, bool resize)
631
ttyfd = open(_PATH_TTY, O_RDWR);
632
if (ttyfd == -1)
633
sudo_fatal("%s", U_("unable to set tty to raw mode"));
634
- if (ttyfd == -1)
635
while (!sudo_term_raw(ttyfd, SUDO_TERM_ISIG)) {
636
if (errno != EINTR)
637
0 commit comments