diff options
author | david <david@pkgsrc.org> | 2002-03-07 17:37:35 +0000 |
---|---|---|
committer | david <david@pkgsrc.org> | 2002-03-07 17:37:35 +0000 |
commit | a9bd83b590761e8919186563b8b25787e88df49d (patch) | |
tree | 61075b8d5ca3e34fd9a42e15a49bc25d84e0511c /security/openssh/patches | |
parent | 6bc4b82378d320cd903fb4f49119032662e35c0a (diff) | |
download | pkgsrc-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-ap | 13 |
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; - } |