diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-25 20:57:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-25 20:57:12 +0000 |
commit | c5b2532ace17da3e10429e80c1b5574e8b91f2e1 (patch) | |
tree | c02e702b6ad88469b7be05b286fb1a21f19564c3 /fetchmail.h | |
parent | f61224f2f7195fc5795fd6f16c97e607fb976cc0 (diff) | |
download | fetchmail-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.h | 1 |
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; |