diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-27 19:20:22 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-27 19:20:22 +0000 |
commit | 9338ea80b3c47759869be9f6ee434383324cd99a (patch) | |
tree | c72f34764ebc245db6bdc3c25be957eca480b588 /openwrt/package/dropbear/patches/160-writechannel.patch | |
parent | 3a71a90b793a13b44e05d792b711f17900611ee1 (diff) | |
download | mtk-20170518-9338ea80b3c47759869be9f6ee434383324cd99a.zip mtk-20170518-9338ea80b3c47759869be9f6ee434383324cd99a.tar.gz mtk-20170518-9338ea80b3c47759869be9f6ee434383324cd99a.tar.bz2 |
sync dropbear with wr, remove zlib dependency
SVN-Revision: 3508
Diffstat (limited to 'openwrt/package/dropbear/patches/160-writechannel.patch')
-rw-r--r-- | openwrt/package/dropbear/patches/160-writechannel.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openwrt/package/dropbear/patches/160-writechannel.patch b/openwrt/package/dropbear/patches/160-writechannel.patch deleted file mode 100644 index 0e84a99..0000000 --- a/openwrt/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")) |