From c9c06f555d7e4f3f022fcf08b0771212654e6772 Mon Sep 17 00:00:00 2001 From: "tonu@volk.internalnet" <> Date: Mon, 5 Nov 2001 09:33:05 +0200 Subject: [PATCH] Another typo fix. Thanks to Bejamin Pflugmann --- include/sslopt-case.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sslopt-case.h b/include/sslopt-case.h index b801e5e73c7..61e0846ab86 100644 --- a/include/sslopt-case.h +++ b/include/sslopt-case.h @@ -36,7 +36,7 @@ break; case OPT_SSL_CAPATH: opt_use_ssl = 1; /* true */ - my_free(opt_ssl_ca, MYF(MY_ALLOW_ZERO_PTR)); + my_free(opt_ssl_capath, MYF(MY_ALLOW_ZERO_PTR)); opt_ssl_capath = my_strdup(optarg, MYF(0)); break; case OPT_SSL_CIPHER: