Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
pid1: process zero-length notification messages again
This undoes 531ac2b. I acked that patch without looking at the code carefully enough. There are two problems: - we want to process the fds anyway - in principle empty notification messages are valid, and we should process them as usual, including logging using log_unit_debug().
- Loading branch information