Re: [PATCH 16/33] virfirewall: Remove impossible OOM error reporting

2021-03-04 Thread Ján Tomko
On a Wednesday in 2021, Peter Krempa wrote: There's nothing that would set the 'err' field of virFirewallPtr to ENOMEM so we can remove the checks. Signed-off-by: Peter Krempa --- src/util/virfirewall.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git

[PATCH 16/33] virfirewall: Remove impossible OOM error reporting

2021-02-24 Thread Peter Krempa
There's nothing that would set the 'err' field of virFirewallPtr to ENOMEM so we can remove the checks. Signed-off-by: Peter Krempa --- src/util/virfirewall.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/util/virfirewall.c b/src/util/virfirewall.c index