]> granicus.if.org Git - sudo/commitdiff
Remove obsolete comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Feb 2011 19:24:48 +0000 (14:24 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 2 Feb 2011 19:24:48 +0000 (14:24 -0500)
src/exec_pty.c

index fabaa54a6e686bd76a7194f0366586e7254b5264..b11ba079a57aecfd6c235b294f10abc023d244d1 100644 (file)
@@ -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;