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(a)redhat.com>
---
src/rpc/virnettlscontext.c | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
ACK