In send_deflated_token(), the section that handles "token != -2"
authorWayne Davison <wayned@samba.org>
Sun, 2 Jan 2005 00:55:55 +0000 (00:55 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 2 Jan 2005 00:55:55 +0000 (00:55 +0000)
commit5b7bcac26081ae72da6c5d2e6d8247de17f36b93
tree6e3301b984029bbd1ec15a1ce3569a17a1002c97
parent7fcbf9e43e05c7c8fad4771b7cf8ac9c6ddc655a
In send_deflated_token(), the section that handles "token != -2"
now breaks up the calls to deflate() into CHUNK_SIZE chunks, just
like the other sections of the code.
token.c