aboutsummaryrefslogtreecommitdiff
path: root/pies
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-10 11:19:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-10 11:19:22 +0000
commit39c3ada2c64847ef0df777e4c69b228d86e9614b (patch)
tree3a2bcabb37e3460204a5d11edfcf0f669590fae6 /pies
parent7f01daed6919dded6c73eaa51d21a58c14ee8207 (diff)
downloadpies-39c3ada2c64847ef0df777e4c69b228d86e9614b.tar.gz
pies-39c3ada2c64847ef0df777e4c69b228d86e9614b.tar.bz2
Minor fixes.
* pies/progman.c (prog_start): Bugfix. * pmult/pmult.c (pmult_cfg_param): New configuration statement pmilter-debug. (main): Call sm_pmfi_setdbg.
Diffstat (limited to 'pies')
-rw-r--r--pies/progman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pies/progman.c b/pies/progman.c
index a09a54d..3c9b71b 100644
--- a/pies/progman.c
+++ b/pies/progman.c
@@ -573,7 +573,7 @@ prog_start (struct prog *prog)
close (2);
open ("/dev/null", O_RDWR);
}
- else if (retr[RETR_ERR] != 1)
+ else if (retr[RETR_ERR] != 2)
{
close (2);
dup2 (retr[RETR_ERR], 2);

Return to:

Send suggestions and report system problems to the System administrator.