
8 Jun
2016
8 Jun
'16
10:21 a.m.
On Mon, Jun 06, 2016 at 16:08:56 +0100, Daniel Berrange wrote:
Currently we set the gnutls log function when creating a TLS context, however, the setting is in fact global, not per context. So we should be setting it when we first call gnutls_global_init() instead.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- src/rpc/virnettlscontext.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-)
ACK