]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail-prescan.patch
- added man to BR
[packages/sendmail.git] / sendmail-prescan.patch
CommitLineData
a1bbb010 1--- sendmail-8.12.9/sendmail/parseaddr.c.orig Wed Sep 17 18:16:48 2003
2+++ sendmail-8.12.9/sendmail/parseaddr.c Wed Sep 17 18:19:58 2003
3@@ -700,7 +700,11 @@
4 addr[MAXNAME] = '\0';
5 returnnull:
6 if (delimptr != NULL)
7+ {
8+ if (p > addr)
9+ p--;
10 *delimptr = p;
11+ }
12 CurEnv->e_to = saveto;
13 return NULL;
14 }
This page took 0.031579 seconds and 4 git commands to generate.