On a Tuesday in 2021, Peter Krempa wrote:
If WITH_PIPE2 is not defined we attempt to set the pipe to
nonblocking
operation after they are created. We errorneously rewrote the existing
error message on failure to do so or even reported an error if quiet
mode was requested.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
Fixes: ab36f729470c313b9d5b7debdbeac441f7780dec
---
src/util/virutil.c | 2 --
1 file changed, 2 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano