aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-25 20:57:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-25 20:57:12 +0000
commitc5b2532ace17da3e10429e80c1b5574e8b91f2e1 (patch)
treec02e702b6ad88469b7be05b286fb1a21f19564c3 /fetchmail.h
parentf61224f2f7195fc5795fd6f16c97e607fb976cc0 (diff)
downloadfetchmail-c5b2532ace17da3e10429e80c1b5574e8b91f2e1.tar.gz
fetchmail-c5b2532ace17da3e10429e80c1b5574e8b91f2e1.tar.bz2
fetchmail-c5b2532ace17da3e10429e80c1b5574e8b91f2e1.zip
Fix delivery to MDAs.
svn path=/trunk/; revision=384
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h
index 3bfd5811..ce56f379 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -84,7 +84,6 @@ struct hostrec
/* MDA arguments */
int mda_argcount;
char *mda_argv[MDA_MAXARGS];
- char mdabuf[MDALEN+1];
/* control flags */
int keep;