
18 Apr
2018
18 Apr
'18
9:09 a.m.
On Tue, Apr 17, 2018 at 12:22:14 -0400, John Ferlan wrote:
If @log is not fopen'd then, going to cleanup and calling fclose will make for an unhappy caller. So just fail immediately instead
s/caller/callee/
since there's nothing to clean up.
Found by Coverity
Signed-off-by: John Ferlan <jferlan@redhat.com> --- tests/commandhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK