From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 703491F59D for ; Sat, 23 Jul 2022 15:52:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1658591529; bh=VLfQK5jdXvHNkXskRLESDuXIFoc1iwdDniapSEiWRYI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ovh0ZWfXu1pa2NrII++rjpoJcv4fVA2apUfvM2m15o9a2ly0zfBMLcnjDdzbYtrId sPOCm7xnyV6bfDYH9qmfdYED9/+oZtFuBiaxgbLjLBNUAFCmAlFSyApeEGdG0uB41R fjFCIpNed8u8L8dKNERj6kHFL7OgEL1RrtD/tJZU= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 1/3] xt/mem-imapd-tls: update aliases to DSdeflate subs Date: Sat, 23 Jul 2022 15:52:07 +0000 Message-Id: <20220723155209.3811345-2-e@80x24.org> In-Reply-To: <20220723155209.3811345-1-e@80x24.org> References: <20220723155209.3811345-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Fixes: 23af251dd607c4e7 (imap+nntp: share COMPRESS implementation, 2022-07-23) --- xt/mem-imapd-tls.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xt/mem-imapd-tls.t b/xt/mem-imapd-tls.t index d728ce32..75f2911f 100644 --- a/xt/mem-imapd-tls.t +++ b/xt/mem-imapd-tls.t @@ -226,8 +226,8 @@ my %ZIN_OPT; BEGIN { @ISA = qw(IMAPC); %ZIN_OPT = ( -WindowBits => -15, -AppendOutput => 1 ); - *write = \&PublicInbox::IMAPdeflate::write; - *do_read = \&PublicInbox::IMAPdeflate::do_read; + *write = \&PublicInbox::DSdeflate::write; + *do_read = \&PublicInbox::DSdeflate::do_read; }; sub enable {