summaryrefslogtreecommitdiffstats
path: root/qmail-popup.c
diff options
context:
space:
mode:
Diffstat (limited to 'qmail-popup.c')
-rw-r--r--qmail-popup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmail-popup.c b/qmail-popup.c
index fbcc99b..5e6387a 100644
--- a/qmail-popup.c
+++ b/qmail-popup.c
@@ -88,7 +88,9 @@ char *pass;
88 int wstat; 88 int wstat;
89 int pi[2]; 89 int pi[2];
90 90
91#if 0 /* WHY the HELL? */
91 if (fd_copy(2,1) == -1) die_pipe(); 92 if (fd_copy(2,1) == -1) die_pipe();
93#endif
92 close(3); 94 close(3);
93 if (pipe(pi) == -1) die_pipe(); 95 if (pipe(pi) == -1) die_pipe();
94 if (pi[0] != 3) die_pipe(); 96 if (pi[0] != 3) die_pipe();