diff options
Diffstat (limited to 'debian/patches/8.12/8.12.3/main.c.8.876')
-rw-r--r-- | debian/patches/8.12/8.12.3/main.c.8.876 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/8.12/8.12.3/main.c.8.876 b/debian/patches/8.12/8.12.3/main.c.8.876 deleted file mode 100644 index 9be7994..0000000 --- a/debian/patches/8.12/8.12.3/main.c.8.876 +++ /dev/null @@ -1,17 +0,0 @@ -Index: main.c -=================================================================== -RCS file: /cvs/sendmail/main.c,v -retrieving revision 8.876 -diff -u -r8.876 main.c ---- ./sendmail-8.12.3/sendmail/main.c 2002/02/27 23:49:52 8.876 -+++ main.c 2002/04/10 23:59:28 -@@ -726,6 +726,8 @@ - (void) sm_signal(SIGPIPE, SIG_IGN); - OldUmask = umask(022); - FullName = getextenv("NAME"); -+ if (FullName != NULL) -+ FullName = newstr(FullName); - - /* - ** Initialize name server if it is going to be used. - |