From: Todd C. Miller Date: Wed, 2 Feb 2011 19:24:48 +0000 (-0500) Subject: Remove obsolete comment X-Git-Tag: SUDO_1_8_0~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82c85571c9f94bff0ce5e6d88def9d314c3fc10e;p=sudo Remove obsolete comment --- diff --git a/src/exec_pty.c b/src/exec_pty.c index fabaa54a6..b11ba079a 100644 --- a/src/exec_pty.c +++ b/src/exec_pty.c @@ -824,7 +824,6 @@ exec_monitor(struct command_details *details, char *argv[], char *envp[], error(1, "cannot create pipe"); /* Reset SIGWINCH and SIGALRM. */ - /* XXX - restore all signals except SIGPIPE? */ zero_bytes(&sa, sizeof(sa)); sigemptyset(&sa.sa_mask); sa.sa_flags = SA_RESTART;