
10 Oct
2016
10 Oct
'16
4:21 p.m.
On Mon, Oct 10, 2016 at 11:42:12 -0400, John Ferlan wrote:
Remove the !size check since size is initialized to NULL and thus causing the condition to always be true
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/conf/domain_audit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
ACK