]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/NNTPD.pm
nntpd: do not delete newsgroup name from inbox object
[public-inbox.git] / lib / PublicInbox / NNTPD.pm
index 15a72bac663d9791f05e53e382d222b76f95a597..4f550bb08ad23a2ea1fb6dfb3babf7543307d6cb 100644 (file)
@@ -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.