Re-enable cleanup functions in sudoers plugin and sudo driver

for error()/errorx().
This commit is contained in:
Todd C. Miller
2010-05-28 12:15:14 -04:00
parent 34e1a06767
commit d2d68aa24d
3 changed files with 10 additions and 29 deletions

View File

@@ -1144,11 +1144,6 @@ cleanup(int gotsignal)
sudo_endpwent();
sudo_endgrent();
}
#ifdef notyet
/* XXX */
if (def_transcript)
term_restore(STDIN_FILENO, 0);
#endif
}
static int