diff options
Diffstat (limited to '')
-rw-r--r-- | g10/compress.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/compress.c b/g10/compress.c index a91dd2303..6a29c0a94 100644 --- a/g10/compress.c +++ b/g10/compress.c @@ -245,6 +245,9 @@ compress_filter( void *opaque, int control, memset( &cd, 0, sizeof cd ); cd.len = 0; cd.algorithm = zfx->algo; + /* Fixme: We should force a new CTB here: + cd.new_ctb = zfx->new_ctb; + */ init_packet( &pkt ); pkt.pkttype = PKT_COMPRESSED; pkt.pkt.compressed = &cd; |