From 379f5734b0e0a127a4fca62c2f292986c53f1a8d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Nov 2001 09:33:05 +0200 Subject: Another typo fix. Thanks to Bejamin Pflugmann --- include/sslopt-case.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sslopt-case.h') 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: -- cgit v1.2.1