diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/tls/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/tls.c b/source4/lib/tls/tls.c index bbb7fde9f3..3d40fdafa0 100644 --- a/source4/lib/tls/tls.c +++ b/source4/lib/tls/tls.c @@ -454,7 +454,7 @@ struct tls_context *tls_init_client(struct socket_context *socket, BOOL tls_enable) { struct tls_context *tls; - int ret; + int ret=0; const int cert_type_priority[] = { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 }; char *cafile; |