Delete a second getenv("MAILPATH") that happens immediately after a first

try. Doesn't make sense.
This commit is contained in:
Andreas Schulz 1995-04-01 15:50:04 +00:00
parent 213abfcf47
commit 0479c3b471

View File

@ -461,8 +461,6 @@ int getuserinfo(void)
(void) Strncpy(uinfo.homedir, pw->pw_dir);
cp = getenv("MAIL");
#ifndef __FreeBSD__
if (cp == NULL)
cp = getenv("MAILPATH");
if (cp == NULL)
cp = getenv("MAILPATH");
if (cp == NULL)