From 63dce18973d63837efd89225085fe144a8954bdf Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 3 Aug 2022 20:03:54 +0000 Subject: [PATCH] nntpd: do not delete newsgroup name from inbox object While PublicInbox::NNTP doesn't use it, config sharing inside public-inbox-netd will mean inbox objects also get shared. --- lib/PublicInbox/NNTPD.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PublicInbox/NNTPD.pm b/lib/PublicInbox/NNTPD.pm index 15a72bac..4f550bb0 100644 --- a/lib/PublicInbox/NNTPD.pm +++ b/lib/PublicInbox/NNTPD.pm @@ -48,7 +48,6 @@ sub refresh_groups { $ibx->base_url; } else { delete $groups->{$ngname}; - delete $ibx->{newsgroup}; # Note: don't be tempted to delete more for memory # savings just yet: NNTP, IMAP, and WWW may all # run in the same process someday. -- 2.44.0