diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-24 06:50:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-24 06:50:45 +0000 |
| commit | d7582593f6804204045f068701e4119374db3a22 (patch) | |
| tree | 98e61ead58d217dfc6f4ea3cb78e0581a9f6211e /libexec | |
| parent | a4057ed8d35aa08c6b47448a5007a74bef4d9728 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/telnetd/sys_term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 2e3e4d2e6b903..40610c2f08226 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -1782,7 +1782,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) && |
