diff options
author | ache <ache@FreeBSD.org> | 1995-10-24 06:52:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-24 06:52:36 +0000 |
commit | b3c2c5a150786768f813967c985267c94300244d (patch) | |
tree | e128890dbaa1df17ed0b9e2e6b9f5150aface26b /secure | |
parent | 5741c80058bb5f0a9d395c35aa464b5a50e659ad (diff) | |
download | FreeBSD-src-b3c2c5a150786768f813967c985267c94300244d.zip FreeBSD-src-b3c2c5a150786768f813967c985267c94300244d.tar.gz |
Remove LD_NOSTD_PATH unsetenv, it isn't exist anymore
Diffstat (limited to 'secure')
-rw-r--r-- | secure/libexec/telnetd/sys_term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/libexec/telnetd/sys_term.c b/secure/libexec/telnetd/sys_term.c index 20ccc45..87db574 100644 --- a/secure/libexec/telnetd/sys_term.c +++ b/secure/libexec/telnetd/sys_term.c @@ -1835,7 +1835,6 @@ scrub_env() for (cpp2 = cpp = environ; *cpp; cpp++) { #ifdef __FreeBSD__ if (strncmp(*cpp, "LD_LIBRARY_PATH=", 16) && - strncmp(*cpp, "LD_NOSTD_PATH=", 14) && strncmp(*cpp, "LD_PRELOAD=", 11) && #else if (strncmp(*cpp, "LD_", 3) && |