From 0f921145d5bb687f2cbf4217fc199d3a133ac583 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 15 Mar 2006 02:41:25 +0000 Subject: [PATCH] r14412: init a var (This used to be commit ec53f5fe9617ea36295522a410161bbca6edf9ad) --- source4/lib/tls/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/tls/tls.c b/source4/lib/tls/tls.c index bbb7fde9f35..3d40fdafa08 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; -- 2.34.1