]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: cleanup internal data structures
authorEric Wong <e@80x24.org>
Mon, 8 Aug 2022 23:53:09 +0000 (23:53 +0000)
committerEric Wong <e@80x24.org>
Tue, 9 Aug 2022 16:41:52 +0000 (16:41 +0000)
commita26e6cb8424cc7a146ecd5fbda0a02021a6e03ea
tree9f438ac162be988e4b864fb196bf45ed1ba3b654
parent60d262483a4d6ddf295f5124aed3672866795ee5
daemon: cleanup internal data structures

This avoids dangling {''} entries in $xnetd and
%tls_opt hashes.  Furthermore, we can safely undef
%tls_opt once it's associated with each $xnetd object.
lib/PublicInbox/Daemon.pm