summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/main.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-04-20 20:31:51 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-04-20 20:31:51 +0000
commit6a2f2ff3e97764c1cd1fcac53cd4255791036bf4 (patch)
tree8b9bb16adf99be4ed87980a2ea4ef202d1fb3423 /contrib/sendmail/src/main.c
parent6b7c9af44b73355e01755ac7a0fb8ffc608b25ab (diff)
Notes
Diffstat (limited to 'contrib/sendmail/src/main.c')
-rw-r--r--contrib/sendmail/src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/src/main.c b/contrib/sendmail/src/main.c
index a77c2458dc72..1451acb20d94 100644
--- a/contrib/sendmail/src/main.c
+++ b/contrib/sendmail/src/main.c
@@ -25,7 +25,7 @@ SM_UNUSED(static char copyright[]) =
The Regents of the University of California. All rights reserved.\n";
#endif /* ! lint */
-SM_RCSID("@(#)$Id: main.c,v 8.876 2002/02/27 23:49:52 ca Exp $")
+SM_RCSID("@(#)$Id: main.c,v 1.1.1.11 2002/04/10 03:04:49 gshapiro Exp $")
#if NETINET || NETINET6
@@ -642,6 +642,8 @@ main(argc, argv, envp)
(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.