From 0479c3b4715715e154399e4a629051c0ac8d131d Mon Sep 17 00:00:00 2001 From: Andreas Schulz Date: Sat, 1 Apr 1995 15:50:04 +0000 Subject: [PATCH] Delete a second getenv("MAILPATH") that happens immediately after a first try. Doesn't make sense. --- usr.bin/ncftp/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.bin/ncftp/main.c b/usr.bin/ncftp/main.c index 7d715ac35dcc..13c5fb0f6c3f 100644 --- a/usr.bin/ncftp/main.c +++ b/usr.bin/ncftp/main.c @@ -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)