summaryrefslogtreecommitdiff
path: root/include/sslopt-case.h
diff options
context:
space:
mode:
authorunknown <tonu@volk.internalnet>2001-11-05 09:33:05 +0200
committerunknown <tonu@volk.internalnet>2001-11-05 09:33:05 +0200
commit379f5734b0e0a127a4fca62c2f292986c53f1a8d (patch)
tree43b893e333e204772427a290985a88cf3c85e320 /include/sslopt-case.h
parent72cd1ed4b60c0e650ce8072548f65e6b66f8b653 (diff)
downloadmariadb-git-379f5734b0e0a127a4fca62c2f292986c53f1a8d.tar.gz
Another typo fix. Thanks to Bejamin Pflugmann
Diffstat (limited to 'include/sslopt-case.h')
-rw-r--r--include/sslopt-case.h2
1 files changed, 1 insertions, 1 deletions
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: