summaryrefslogtreecommitdiff
path: root/security/openssh/patches
diff options
context:
space:
mode:
authordavid <david@pkgsrc.org>2002-03-07 17:37:35 +0000
committerdavid <david@pkgsrc.org>2002-03-07 17:37:35 +0000
commita9bd83b590761e8919186563b8b25787e88df49d (patch)
tree61075b8d5ca3e34fd9a42e15a49bc25d84e0511c /security/openssh/patches
parent6bc4b82378d320cd903fb4f49119032662e35c0a (diff)
downloadpkgsrc-a9bd83b590761e8919186563b8b25787e88df49d.tar.gz
Undo my last commit. Tron already added this as patch-ac.
Diffstat (limited to 'security/openssh/patches')
-rw-r--r--security/openssh/patches/patch-ap13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/openssh/patches/patch-ap b/security/openssh/patches/patch-ap
deleted file mode 100644
index 7ae11982d85..00000000000
--- a/security/openssh/patches/patch-ap
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2002/03/07 17:33:25 david Exp $
-
---- channels.c.orig Thu Mar 7 12:24:37 2002
-+++ channels.c
-@@ -145,7 +145,7 @@
- {
- Channel *c;
-
-- if (id < 0 || id > channels_alloc) {
-+ if (id < 0 || id >= channels_alloc) {
- log("channel_lookup: %d: bad id", id);
- return NULL;
- }