aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-17/files/patch-appl-telnet-telnetd-state.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/krb5-17/files/patch-appl-telnet-telnetd-state.c')
-rw-r--r--security/krb5-17/files/patch-appl-telnet-telnetd-state.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/krb5-17/files/patch-appl-telnet-telnetd-state.c b/security/krb5-17/files/patch-appl-telnet-telnetd-state.c
deleted file mode 100644
index 9a9b8f2b5d91..000000000000
--- a/security/krb5-17/files/patch-appl-telnet-telnetd-state.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- appl/telnet/telnetd/state.c.orig Thu Jun 15 15:42:53 2006
-+++ appl/telnet/telnetd/state.c Wed Apr 4 14:02:18 2007
-@@ -1665,7 +1665,8 @@
- strcmp(varp, "RESOLV_HOST_CONF") && /* linux */
- strcmp(varp, "NLSPATH") && /* locale stuff */
- strncmp(varp, "LC_", strlen("LC_")) && /* locale stuff */
-- strcmp(varp, "IFS")) {
-+ strcmp(varp, "IFS") &&
-+ !strchr(varp, '-')) {
- return 1;
- } else {
- syslog(LOG_INFO, "Rejected the attempt to modify the environment variable \"%s\"", varp);