summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-09-17 15:10:36 +0000
committernectar <nectar@FreeBSD.org>2003-09-17 15:10:36 +0000
commit399b18e3c782d0e45dedf281b31b05b35f94f03a (patch)
tree7ee75860ff517b899812c5c7c015d8147ff54ac0 /contrib/sendmail/src
parent441fabb06ea35ebebc86262f6a16dbb18d4f9fb3 (diff)
parentac5ff30ae19ff6f7473f23c0d36d94301124b150 (diff)
downloadFreeBSD-src-399b18e3c782d0e45dedf281b31b05b35f94f03a.zip
FreeBSD-src-399b18e3c782d0e45dedf281b31b05b35f94f03a.tar.gz
This commit was generated by cvs2svn to compensate for changes in r120169,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/sendmail/src')
-rw-r--r--contrib/sendmail/src/parseaddr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/sendmail/src/parseaddr.c b/contrib/sendmail/src/parseaddr.c
index 6acc86d..8128171 100644
--- a/contrib/sendmail/src/parseaddr.c
+++ b/contrib/sendmail/src/parseaddr.c
@@ -700,7 +700,11 @@ prescan(addr, delim, pvpbuf, pvpbsize, delimptr, toktab)
addr[MAXNAME] = '\0';
returnnull:
if (delimptr != NULL)
+ {
+ if (p > addr)
+ p--;
*delimptr = p;
+ }
CurEnv->e_to = saveto;
return NULL;
}
OpenPOWER on IntegriCloud