diff options
author | unknown <tonu@volk.internalnet> | 2001-11-05 09:33:05 +0200 |
---|---|---|
committer | unknown <tonu@volk.internalnet> | 2001-11-05 09:33:05 +0200 |
commit | 379f5734b0e0a127a4fca62c2f292986c53f1a8d (patch) | |
tree | 43b893e333e204772427a290985a88cf3c85e320 /include/sslopt-case.h | |
parent | 72cd1ed4b60c0e650ce8072548f65e6b66f8b653 (diff) | |
download | mariadb-git-379f5734b0e0a127a4fca62c2f292986c53f1a8d.tar.gz |
Another typo fix. Thanks to Bejamin Pflugmann
Diffstat (limited to 'include/sslopt-case.h')
-rw-r--r-- | include/sslopt-case.h | 2 |
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: |