aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-19 14:51:00 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-19 14:51:00 +0000
commit73799e479c5ff0f5788212cc06c35792c2da3149 (patch)
treebde01323a8d059a82c72b290b336ba12b3bad80b /fetchmail.c
parentc2398336ad81e3d7e9ff6ce76528bcc934367e40 (diff)
downloadfetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.tar.gz
fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.tar.bz2
fetchmail-73799e479c5ff0f5788212cc06c35792c2da3149.zip
Freeze bug fixes befoire adding more features.
svn path=/trunk/; revision=38
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 68b6600a..e8aae828 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -404,7 +404,7 @@ struct hostrec *queryctl;
exit(1);
}
- execv(queryctl->mda,mda_argv);
+ execv(queryctl->mda, mda_argv+1);
/* if we got here, an error occurred */
perror("popclient: openmailpipe: exec");