From ca0d2db64f2fc8e1c13cd474721715aa1c6041df Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 18 Dec 2001 15:57:59 +0000 Subject: remove unused patch (superseded by unified patch 19.7.4) PR: ports/31246 Submitted by: maintainer --- net/rdesktop/files/patch-aa | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 net/rdesktop/files/patch-aa diff --git a/net/rdesktop/files/patch-aa b/net/rdesktop/files/patch-aa deleted file mode 100644 index e9b7e1fb54eb..000000000000 --- a/net/rdesktop/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- secure.c~ Mon Aug 27 16:33:56 2001 -+++ secure.c Mon Aug 27 16:36:19 2001 -@@ -387,6 +387,9 @@ - { - int hostlen = 2 * ( hostname == 0 ? 0 : strlen (hostname)); - -+ if (hostlen > 30) -+ hostlen = 30; -+ - out_uint16_be (s, 5); /* unknown */ - out_uint16_be (s, 0x14); - out_uint8 (s, 0x7c); -- cgit v1.2.3