nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 2cc0d1a858c39eebf4679887dcda9fc89da8d4c1
parent 7595f0037a85311efcb96aeb7889ca0cfefe190d
Author: Amitai Schleier <schmonz-web-git@schmonz.com>
Date:   Sat,  5 Dec 2020 19:40:47 +0100

Do similar things in the same order.

Diffstat:
Mqmail.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qmail.c b/qmail.c @@ -38,9 +38,9 @@ struct qmail *qq; switch(qq->pid = fork()) { case -1: - close(pierr[0]); close(pierr[1]); close(pim[0]); close(pim[1]); close(pie[0]); close(pie[1]); + close(pierr[0]); close(pierr[1]); return -1; case 0: close(pim[1]);