From 73799e479c5ff0f5788212cc06c35792c2da3149 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 19 Jul 1996 14:51:00 +0000 Subject: Freeze bug fixes befoire adding more features. svn path=/trunk/; revision=38 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') 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"); -- cgit v1.2.3