Backed out changes to send_deflated_token() that surrounded the
authorWayne Davison <wayned@samba.org>
Sun, 2 Jan 2005 09:08:59 +0000 (09:08 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 2 Jan 2005 09:08:59 +0000 (09:08 +0000)
commit80a25bb88076453bbd2a2e00d697fd6b03ad4a7b
treed7c5026ce0af706e65b5745e97f87da12bbc32fb
parent0301b334c7a588a2f192b7eeb796156e8f5f8f0b
Backed out changes to send_deflated_token() that surrounded the
call to deflate(..., Z_INSERT_ONLY) -- the underlying bug was
caused by the zlib code not handling Z_INSERT_ONLY in the case
where the server has disabled compression.
token.c