diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-27 19:20:22 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-27 19:20:22 +0000 |
commit | c253a3c066f2b5ad749cc0e76088354e074f29c8 (patch) | |
tree | d240d48f050b3400f2b4b30f4aa4f8052695c16a /package/dropbear/patches/160-writechannel.patch | |
parent | 095f1a3e2acd40d5f8993a65c6c05f626869d9fe (diff) |
sync dropbear with wr, remove zlib dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/dropbear/patches/160-writechannel.patch')
-rw-r--r-- | package/dropbear/patches/160-writechannel.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/dropbear/patches/160-writechannel.patch b/package/dropbear/patches/160-writechannel.patch deleted file mode 100644 index 0e84a9953..000000000 --- a/package/dropbear/patches/160-writechannel.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN dropbear-0.47.orig/common-channel.c dropbear-0.47/common-channel.c ---- dropbear-0.47.orig/common-channel.c 2005-12-09 06:42:31.000000000 +0100 -+++ dropbear-0.47/common-channel.c 2006-02-05 00:03:37.000000000 +0100 -@@ -377,7 +377,7 @@ - cbuf_incrread(cbuf, len); - channel->recvdonelen += len; - -- if (fd == channel->writefd && len == maxlen && channel->recveof) { -+ if (fd == channel->writefd && len == maxlen && channel->recveof && cbuf_getused(channel->writebuf) == 0) { - /* Check if we're closing up */ - closewritefd(channel); - TRACE(("leave writechannel: recveof set")) |