From 5b2b1d78087f359682131bd6d150db0b610ca073 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 12 Mar 2002 17:54:07 +0000 Subject: Rename Patches to make navigation much more easier. --- security/openssh/files/patch-clientloop.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/openssh/files/patch-clientloop.c (limited to 'security/openssh/files/patch-clientloop.c') diff --git a/security/openssh/files/patch-clientloop.c b/security/openssh/files/patch-clientloop.c new file mode 100644 index 000000000000..67fc4dcb4f6b --- /dev/null +++ b/security/openssh/files/patch-clientloop.c @@ -0,0 +1,11 @@ +--- clientloop.c.orig Fri Apr 20 09:17:51 2001 ++++ clientloop.c Sat May 26 15:18:51 2001 +@@ -1131,7 +1131,7 @@ + + if (strcmp(ctype, "forwarded-tcpip") == 0) { + c = client_request_forwarded_tcpip(ctype, rchan); +- } else if (strcmp(ctype, "x11") == 0) { ++ } else if (strcmp(ctype, "x11") == 0 && options.forward_x11) { + c = client_request_x11(ctype, rchan); + } else if (strcmp(ctype, "auth-agent@openssh.com") == 0) { + c = client_request_agent(ctype, rchan); -- cgit v1.2.3