typo:
On 3/24/23 11:32, Laszlo Ersek wrote:
Case (4) also appears consistent with repeated calls to
sd_listen_fds_with_names(). If "unset_environment" is set to nonzero in
one of those calls, then further calls will see the internal
sd_listen_fds() call return 0, and behave as expected. Whereas if
"unset_environment" is never set to zero in those repeated calls, then
s/zero/nonzero/ on the last line
"unknown" will continue to be returned from LISTEN_FDNAMES
(as if via
case (1)).