]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: simplify fork() failure checks
authorEric Wong <e@80x24.org>
Tue, 15 Dec 2020 11:47:17 +0000 (11:47 +0000)
committerEric Wong <e@80x24.org>
Wed, 16 Dec 2020 04:40:03 +0000 (04:40 +0000)
commit4aafd44087292ac5ab254f02c3358267c685374b
treecc3f804f6f80d1e894b26c5084970a0a1eaf93c8
parentab11caeb8ae114087636748df4c956d0e625b237
daemon: simplify fork() failure checks

The defined-or `//' operator in 5.10 allows us to golf down
our code slightly.
lib/PublicInbox/Daemon.pm