On a Tuesday in 2021, Peter Krempa wrote:
The function can't fail nowadays. Remove the return value and
adjust the
only caller which ensures that @cmd is non-NULL and @fd is positive.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/util/vircommand.c | 22 +++-------------------
1 file changed, 3 insertions(+), 19 deletions(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano