From 1d9a7b97314b98a3fd5f0c378b4f3a23924fa595 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 4 Feb 2013 03:05:20 +0100 Subject: [PATCH] Enable stderr logging from checkpassword programs qmail-popupnofd2close --- qmail-popup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qmail-popup.c') 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; int wstat; int pi[2]; +#if 0 /* WHY the HELL? */ if (fd_copy(2,1) == -1) die_pipe(); +#endif close(3); if (pipe(pi) == -1) die_pipe(); if (pi[0] != 3) die_pipe(); -- cgit v1.2.3