commit | 6ef8cd7a4142049707b70b8278aaa9d8ee2bc5f5 | [log] [tgz] |
---|---|---|
author | Daniel P. Berrange <berrange@redhat.com> | Wed Nov 18 14:42:40 2015 +0000 |
committer | Daniel P. Berrange <berrange@redhat.com> | Wed Nov 18 14:56:58 2015 +0000 |
tree | 4cde18e5ce9d3bd9b2dccdddc608951abcba781a | |
parent | 61b9251a3aaa65e65c4aab3a6800e884bb3b82f9 [diff] |
crypto: fix mistaken setting of Error in success code path The qcrypto_tls_session_check_certificate() method was setting an Error even when the ACL check suceeded. This didn't affect the callers detection of errors because they relied on the function return status, but this did cause a memory leak since the caller would not free an Error they did not expect to be set. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>